aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22perf pmu: When using default config, record which bits of config were changed by the userAdrian Hunter1-0/+10
2019-11-07perf parse: Add a deep delete for parse event termsIan Rogers1-1/+1
2019-11-06perf parse: Add parse events handle errorIan Rogers1-12/+18
2019-10-19perf list: Hide deprecated events by defaultJin Yao1-4/+13
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+0
2019-08-31perf pmu: Change convert_scale from static to globalJin Yao1-3/+3
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-1/+2
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-1/+1
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-5/+5
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-02perf pmu: Support more complex PMU event aliasingJohn Garry1-5/+41
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo1-1/+1
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-1/+2
2019-06-17perf pmu: Fix uncore PMU alias list for ARM64John Garry1-16/+12
2019-03-28perf pmu: Fix parser error for uncore event aliasKan Liang1-0/+10
2019-03-06perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa1-0/+14
2019-02-06perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header fileMathieu Poirier1-2/+0
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang1-39/+0
2018-11-21perf vendor events: Add stepping in CPUID string for x86Kan Liang1-1/+1
2018-11-21perf pmu: Suppress potential format-truncation warningBen Hutchings1-4/+4
2018-11-05perf stat: Handle different PMU names with common prefixThomas Richter1-1/+1
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa1-6/+7
2018-07-24Revert "perf list: Add s390 support for detailed/verbose PMU event description"Thomas Richter1-6/+0
2018-06-25perf stat: Remove duplicate event countingThomas Richter1-1/+70
2018-06-25perf alias: Rebuild alias expression string to make it comparableThomas Richter1-1/+24
2018-06-25perf alias: Remove trailing newline when reading sysfs filesThomas Richter1-0/+3
2018-04-24perf pmu: Fix core PMU alias list for X86 platformKan Liang1-13/+7
2018-04-23perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter1-1/+1
2018-04-17perf list: Add s390 support for detailed/verbose PMU event descriptionThomas Richter1-0/+6
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa1-1/+1
2018-02-16perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter1-18/+29
2017-12-05perf vendor events: Use more flexible pattern matching for CPU identification for mapfile.csvWilliam Cohen1-1/+19
2017-12-05perf pmu: Add check for valid cpuid in perf_pmu__find_map()Ganapatrao Kulkarni1-0/+6
2017-12-05perf pmu: Add helper function is_pmu_core to detect PMU CORE devicesGanapatrao Kulkarni1-4/+35
2017-12-05perf pmu: Pass pmu as a parameter to get_cpuid_str()Ganapatrao Kulkarni1-11/+11
2017-11-16perf record: Fix -c/-F options for cpu event aliasesAndi Kleen1-0/+5
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-15/+41
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland1-15/+41
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo1-0/+1
2017-09-13perf stat: Support JSON metrics in perf statAndi Kleen1-1/+4
2017-09-13perf pmu: Extract function to get JSON alias mapAndi Kleen1-16/+33
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-11perf pmu: Refactor wordwrap() with ltrim()Taeung Song1-2/+1