index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
pmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
perf tool: Move pmus list variable to a new file
Ravi Bangoria
1
-1
/
+1
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
1
-1
/
+1
2022-11-23
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
1
-93
/
+52
2022-11-15
perf pmu: Restructure print_pmu_events() to avoid memory allocations
Ian Rogers
1
-98
/
+110
2022-11-15
perf list: Generalize limiting to a PMU name
Ian Rogers
1
-3
/
+1
2022-11-15
perf pmu: Add data structure documentation
Ian Rogers
1
-0
/
+16
2022-11-15
perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' member
Ian Rogers
1
-2
/
+1
2022-10-27
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
1
-0
/
+4
2022-10-14
perf: Skip and warn on unknown format 'configN' attrs
Rob Herring
1
-0
/
+17
2022-10-04
perf parse-events: Use 'unsigned int' instead of plain 'unsigned'.
Xin Gao
1
-1
/
+1
2022-08-13
perf pmu-events: Hide the pmu_events
Ian Rogers
1
-5
/
+5
2022-08-13
perf pmu-events: Don't assume pmu_event is an array
Ian Rogers
1
-28
/
+37
2022-08-13
perf pmu-events: Hide pmu_events_map
Ian Rogers
1
-30
/
+4
2022-08-13
perf pmu-events: Avoid passing pmu_events_map
Ian Rogers
1
-17
/
+18
2022-08-13
perf pmu-events: Hide pmu_sys_event_tables
Ian Rogers
1
-27
/
+0
2022-06-24
perf pmu: Parse pmu caps sysfs only once
Ravi Bangoria
1
-4
/
+11
2022-02-11
perf cpumap: Use for each loop
Ian Rogers
1
-8
/
+6
2022-01-02
perf pmu: Fix alias events list
John Garry
1
-6
/
+17
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
1
-4
/
+4
2021-10-25
perf list: Display hybrid PMU events with cpu type
Jin Yao
1
-5
/
+24
2021-10-20
perf parse-events: Add const to evsel name
Ian Rogers
1
-1
/
+1
2021-10-20
perf pmu: Make pmu_event tables const.
Ian Rogers
1
-4
/
+4
2021-10-20
perf pmu: Make pmu_sys_event_tables const.
Ian Rogers
1
-1
/
+1
2021-10-20
perf pmu: Add const to pmu_events_map.
Ian Rogers
1
-5
/
+5
2021-09-03
perf pmu: Add PMU alias support
Kan Liang
1
-3
/
+37
2021-08-11
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
1
-0
/
+35
2021-08-10
perf pmu: Make pmu_add_sys_aliases() public
John Garry
1
-1
/
+1
2021-08-10
perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()
John Garry
1
-2
/
+1
2021-07-27
perf pmu: Fix alias matching
John Garry
1
-9
/
+24
2021-07-14
perf pmu: Skip invalid hybrid pmu
Jin Yao
1
-1
/
+8
2021-07-09
perf tools: Fix pattern matching for same substring in different PMU type
Jin Yao
1
-1
/
+35
2021-04-29
perf pmu: Add hybrid helper functions
Jin Yao
1
-0
/
+11
2021-04-29
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
1
-1
/
+8
2021-04-29
perf pmu: Save pmu name
Jin Yao
1
-1
/
+9
2021-04-29
perf pmu: Simplify arguments of __perf_pmu__new_alias
Jin Yao
1
-20
/
+16
2021-04-08
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
1
-0
/
+5
2021-03-29
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+33
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-03-15
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
1
-0
/
+33
2020-12-17
perf pmu: Add pmu_add_sys_aliases()
John Garry
1
-0
/
+78
2020-12-17
perf pmu: Add pmu_id()
John Garry
1
-0
/
+18
2020-09-15
perf test: Free formats for perf pmu parse test
Namhyung Kim
1
-0
/
+11
2020-09-15
perf test: Free aliases for PMU event map aliases test
Namhyung Kim
1
-1
/
+1
2020-06-22
perf pmu: Improve CPU core PMU HW event list ordering
John Garry
1
-0
/
+7
2020-06-22
perf pmu: List kernel supplied event aliases for arm64
John Garry
1
-1
/
+1
2020-06-22
perf pmu: Add a perf_pmu__fake object to use with __parse_events()
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-05-28
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
1
-12
/
+21
2020-05-05
perf pmu: Add perf_pmu__find_by_type helper
Stephane Eranian
1
-0
/
+11
2020-05-05
perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()
Arnaldo Carvalho de Melo
1
-2
/
+2
[next]