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 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
*
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
1
-5
/
+5
*
perf tools: Use list_del_init() more thorougly
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf pmu: Support more complex PMU event aliasing
John Garry
2019-07-02
1
-5
/
+41
*
perf tools: Ditch rtrim(), use strim() from tools/lib
Arnaldo Carvalho de Melo
2019-07-02
1
-1
/
+1
*
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
2019-06-26
1
-1
/
+2
*
perf pmu: Fix uncore PMU alias list for ARM64
John Garry
2019-06-17
1
-16
/
+12
*
perf pmu: Fix parser error for uncore event alias
Kan Liang
2019-03-28
1
-0
/
+10
*
perf tools: Read and store caps/max_precise in perf_pmu
Jiri Olsa
2019-03-06
1
-0
/
+14
*
perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header file
Mathieu Poirier
2019-02-06
1
-2
/
+0
*
perf pmu: Move *_cpuid_str() weak functions to header.c
Kan Liang
2018-11-22
1
-39
/
+0
*
perf vendor events: Add stepping in CPUID string for x86
Kan Liang
2018-11-22
1
-1
/
+1
*
perf pmu: Suppress potential format-truncation warning
Ben Hutchings
2018-11-22
1
-4
/
+4
*
perf stat: Handle different PMU names with common prefix
Thomas Richter
2018-11-05
1
-1
/
+1
*
Revert "perf tools: Fix PMU term format max value calculation"
Jiri Olsa
2018-10-09
1
-6
/
+7
*
Revert "perf list: Add s390 support for detailed/verbose PMU event description"
Thomas Richter
2018-07-24
1
-6
/
+0
*
perf stat: Remove duplicate event counting
Thomas Richter
2018-06-25
1
-1
/
+70
*
perf alias: Rebuild alias expression string to make it comparable
Thomas Richter
2018-06-25
1
-1
/
+24
*
perf alias: Remove trailing newline when reading sysfs files
Thomas Richter
2018-06-25
1
-0
/
+3
*
perf pmu: Fix core PMU alias list for X86 platform
Kan Liang
2018-04-24
1
-13
/
+7
*
perf list: Remove s390 specific strcmp_cpuid_cmp function
Thomas Richter
2018-04-23
1
-1
/
+1
*
perf list: Add s390 support for detailed/verbose PMU event description
Thomas Richter
2018-04-17
1
-0
/
+6
*
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2018-03-19
1
-1
/
+1
*
perf cpuid: Introduce a platform specific cpuid compare function
Thomas Richter
2018-02-16
1
-18
/
+29
*
perf vendor events: Use more flexible pattern matching for CPU identification...
William Cohen
2017-12-05
1
-1
/
+19
*
perf pmu: Add check for valid cpuid in perf_pmu__find_map()
Ganapatrao Kulkarni
2017-12-05
1
-0
/
+6
*
perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
Ganapatrao Kulkarni
2017-12-05
1
-4
/
+35
*
perf pmu: Pass pmu as a parameter to get_cpuid_str()
Ganapatrao Kulkarni
2017-12-05
1
-11
/
+11
*
perf record: Fix -c/-F options for cpu event aliases
Andi Kleen
2017-11-16
1
-0
/
+5
[next]