index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
pmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-15
perf pmu: Fix misleadingly indented assignment (whitespace)
Markus Trippelsdorf
1
-1
/
+1
2016-04-12
perf tools: Dont stop PMU parsing on alias parse error
Andi Kleen
1
-7
/
+8
2015-10-02
perf list: Honour 'event_glob' whem printing selectable PMUs
Arnaldo Carvalho de Melo
1
-1
/
+2
2015-09-30
perf list: Remove blank lines, headers when piping output
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-28
perf tools: Show proper error message for wrong terms of hw/sw events
He Kuang
1
-23
/
+14
2015-08-21
perf tools: Add Intel BTS support
Adrian Hunter
1
-4
/
+0
2015-08-17
perf tools: Take Intel PT into use
Adrian Hunter
1
-2
/
+2
2015-08-12
perf callchain: Per-event type selection support
Kan Liang
1
-1
/
+3
2015-08-10
perf record: Support per-event freq term
Namhyung Kim
1
-1
/
+1
2015-08-06
perf tools: Validate config term maximum value
Adrian Hunter
1
-1
/
+29
2015-08-06
perf tools: Add perf_pmu__format_bits()
Adrian Hunter
1
-1
/
+16
2015-08-05
perf tools: Per-event time support
Kan Liang
1
-1
/
+1
2015-06-23
perf pmu: Split perf_pmu__new_alias()
Sukadev Bhattiprolu
1
-15
/
+27
2015-06-23
perf pmu: Use __weak definition from <linux/compiler.h>
Sukadev Bhattiprolu
1
-1
/
+2
2015-06-01
perf tools: Remove newline char when reading event scale and unit
Madhavan Srinivasan
1
-2
/
+9
2015-05-27
perf tools: Disallow PMU events intel_pt and intel_bts until there is support
Adrian Hunter
1
-0
/
+4
2015-04-29
perf tools: Add term support for parse_events_error
Jiri Olsa
1
-6
/
+51
2015-01-21
perf tools: Extend format_alias() to include event parameters
Cody P Schafer
1
-1
/
+27
2015-01-21
perf tools: Support parsing parameterized events
Cody P Schafer
1
-11
/
+63
2014-11-24
perf tools: Add snapshot format file parsing
Jiri Olsa
1
-11
/
+36
2014-11-24
perf tools: Add per-pkg format file parsing
Matt Fleming
1
-0
/
+27
2014-10-29
perf pmu: Add proper error handling to print_pmu_events()
Arnaldo Carvalho de Melo
1
-10
/
+22
2014-10-29
perf pmu: Let pmu's with no events show up on perf list
Adrian Hunter
1
-2
/
+11
2014-10-15
perf tools: Parse the pmu event prefix and suffix
Kan Liang
1
-10
/
+0
2014-09-29
perf tools: Refactor unit and scale function parameters
Matt Fleming
1
-15
/
+23
2014-09-17
perf tools: Add perf_pmu__scan_file()
Adrian Hunter
1
-0
/
+37
2014-09-17
perf tools: Let default config be defined for a PMU
Adrian Hunter
1
-16
/
+26
2014-08-15
perf tools: Annotate PMU related list_head members with type info
Cody P Schafer
1
-2
/
+2
2014-04-22
perf tools: Fix pmu object compilation error
Jiri Olsa
1
-3
/
+3
2014-02-18
perf tools: Move fs.* to lib/api/fs/
Borislav Petkov
1
-1
/
+1
2014-01-20
perf stat: fix NULL pointer reference bug with event unit
Stephane Eranian
1
-4
/
+20
2014-01-13
tools perf: Comment typo fix
Cody P Schafer
1
-1
/
+1
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-11-27
tools/perf/stat: Add event unit and scale support
Stephane Eranian
1
-4
/
+134
2013-11-05
perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()
Arnaldo Carvalho de Melo
1
-10
/
+5
2013-11-05
perf tools: Factor sysfs code into generic fs object
Jiri Olsa
1
-1
/
+1
2013-10-04
tools/perf/stat: Add perf stat --transaction
Andi Kleen
1
-0
/
+16
2013-07-12
perf list: List kernel supplied event aliases
Andi Kleen
1
-0
/
+73
2013-07-12
perf tools: Add const specifier to perf_pmu__find name parameter
Adrian Hunter
1
-7
/
+7
2013-01-24
perf pmu: Privatize perf_pmu_{format,alias} structs
Arnaldo Carvalho de Melo
1
-1
/
+13
2013-01-24
perf pmu: Fix usage of __ in struct names
Arnaldo Carvalho de Melo
1
-10
/
+10
2013-01-24
perf tools: Fix usage of __ in parse_events_term struct
Arnaldo Carvalho de Melo
1
-6
/
+6
2013-01-24
perf tools: Fix PMU format parsing test failure
Sukadev Bhattiprolu
1
-1
/
+1
2012-11-14
perf tests: Move pmu tests into separate object
Jiri Olsa
1
-179
/
+6
2012-10-24
perf tools: Fix PMU object alias initialization
Jiri Olsa
1
-3
/
+4
2012-09-17
perf stat: Check PMU cpumask file
Yan, Zheng
1
-0
/
+30
2012-08-22
perf tools: Add pmu mappings to header information
Robert Richter
1
-2
/
+48
2012-06-29
perf tools: Fix generation of pmu list
Robert Richter
1
-1
/
+2
2012-06-18
perf/tool: Add PMU event alias support
Zheng Yan
1
-0
/
+166
2012-05-22
perf tools: Add hardcoded name term for pmu events
Jiri Olsa
1
-2
/
+2
[next]