index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
pmu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf cpumap: Use for each loop
Ian Rogers
2022-02-11
1
-8
/
+6
*
perf pmu: Fix alias events list
John Garry
2022-01-02
1
-6
/
+17
*
perf parse-events: Rename parse_events_error functions
Ian Rogers
2021-11-07
1
-4
/
+4
*
perf list: Display hybrid PMU events with cpu type
Jin Yao
2021-10-25
1
-5
/
+24
*
perf parse-events: Add const to evsel name
Ian Rogers
2021-10-20
1
-1
/
+1
*
perf pmu: Make pmu_event tables const.
Ian Rogers
2021-10-20
1
-4
/
+4
*
perf pmu: Make pmu_sys_event_tables const.
Ian Rogers
2021-10-20
1
-1
/
+1
*
perf pmu: Add const to pmu_events_map.
Ian Rogers
2021-10-20
1
-5
/
+5
*
perf pmu: Add PMU alias support
Kan Liang
2021-09-03
1
-3
/
+37
*
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
2021-08-11
1
-0
/
+35
*
perf pmu: Make pmu_add_sys_aliases() public
John Garry
2021-08-10
1
-1
/
+1
*
perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()
John Garry
2021-08-10
1
-2
/
+1
*
perf pmu: Fix alias matching
John Garry
2021-07-27
1
-9
/
+24
*
perf pmu: Skip invalid hybrid pmu
Jin Yao
2021-07-14
1
-1
/
+8
*
perf tools: Fix pattern matching for same substring in different PMU type
Jin Yao
2021-07-09
1
-1
/
+35
*
perf pmu: Add hybrid helper functions
Jin Yao
2021-04-29
1
-0
/
+11
*
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
2021-04-29
1
-1
/
+8
*
perf pmu: Save pmu name
Jin Yao
2021-04-29
1
-1
/
+9
*
perf pmu: Simplify arguments of __perf_pmu__new_alias
Jin Yao
2021-04-29
1
-20
/
+16
*
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
2021-04-08
1
-0
/
+5
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-03-29
1
-0
/
+33
|
\
|
*
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
2021-03-15
1
-0
/
+33
*
|
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-2
/
+2
|
/
*
perf pmu: Add pmu_add_sys_aliases()
John Garry
2020-12-17
1
-0
/
+78
*
perf pmu: Add pmu_id()
John Garry
2020-12-17
1
-0
/
+18
*
perf test: Free formats for perf pmu parse test
Namhyung Kim
2020-09-15
1
-0
/
+11
*
perf test: Free aliases for PMU event map aliases test
Namhyung Kim
2020-09-15
1
-1
/
+1
*
perf pmu: Improve CPU core PMU HW event list ordering
John Garry
2020-06-22
1
-0
/
+7
*
perf pmu: List kernel supplied event aliases for arm64
John Garry
2020-06-22
1
-1
/
+1
*
perf pmu: Add a perf_pmu__fake object to use with __parse_events()
Arnaldo Carvalho de Melo
2020-06-22
1
-0
/
+2
*
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
2020-05-28
1
-12
/
+21
*
perf pmu: Add perf_pmu__find_by_type helper
Stephane Eranian
2020-05-05
1
-0
/
+11
*
perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+2
*
perf pmu: Add support for PMU capabilities
Kan Liang
2020-04-18
1
-0
/
+82
*
perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...
Adrian Hunter
2020-04-18
1
-0
/
+20
*
perf parse-events: Add defensive NULL check
Ian Rogers
2020-03-26
1
-6
/
+5
*
perf pmu: Make pmu_uncore_alias_match() public
John Garry
2020-03-24
1
-1
/
+1
*
perf pmu: Add is_pmu_core()
John Garry
2020-03-24
1
-0
/
+5
*
perf pmu: Refactor pmu_add_cpu_aliases()
John Garry
2020-03-24
1
-8
/
+13
*
perf pmu: Use file system cache to optimize sysfs access
Andi Kleen
2019-11-28
1
-23
/
+11
*
perf pmu: When using default config, record which bits of config were changed...
Adrian Hunter
2019-11-22
1
-0
/
+10
*
perf parse: Add a deep delete for parse event terms
Ian Rogers
2019-11-07
1
-1
/
+1
*
perf parse: Add parse events handle error
Ian Rogers
2019-11-06
1
-12
/
+18
*
perf list: Hide deprecated events by default
Jin Yao
2019-10-19
1
-4
/
+13
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+0
*
perf pmu: Change convert_scale from static to global
Jin Yao
2019-09-01
1
-3
/
+3
*
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-09-01
1
-1
/
+2
*
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
1
-1
/
+2
[next]