summaryrefslogtreecommitdiff
path: root/tools/perf/util/pmu.c
AgeCommit message (Expand)Author
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-31perf pmu: Change convert_scale from static to globalJin Yao
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-07-02perf pmu: Support more complex PMU event aliasingJohn Garry
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo
2019-06-17perf pmu: Fix uncore PMU alias list for ARM64John Garry
2019-03-28perf pmu: Fix parser error for uncore event aliasKan Liang
2019-03-06perf tools: Read and store caps/max_precise in perf_pmuJiri Olsa
2019-02-06perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header fileMathieu Poirier
2018-11-21perf pmu: Move *_cpuid_str() weak functions to header.cKan Liang
2018-11-21perf vendor events: Add stepping in CPUID string for x86Kan Liang
2018-11-21perf pmu: Suppress potential format-truncation warningBen Hutchings
2018-11-05perf stat: Handle different PMU names with common prefixThomas Richter
2018-10-09Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa
2018-07-24Revert "perf list: Add s390 support for detailed/verbose PMU event description"Thomas Richter
2018-06-25perf stat: Remove duplicate event countingThomas Richter
2018-06-25perf alias: Rebuild alias expression string to make it comparableThomas Richter
2018-06-25perf alias: Remove trailing newline when reading sysfs filesThomas Richter
2018-04-24perf pmu: Fix core PMU alias list for X86 platformKan Liang
2018-04-23perf list: Remove s390 specific strcmp_cpuid_cmp functionThomas Richter
2018-04-17perf list: Add s390 support for detailed/verbose PMU event descriptionThomas Richter
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa
2018-02-16perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter
2017-12-05perf vendor events: Use more flexible pattern matching for CPU identification...William Cohen
2017-12-05perf pmu: Add check for valid cpuid in perf_pmu__find_map()Ganapatrao Kulkarni
2017-12-05perf pmu: Add helper function is_pmu_core to detect PMU CORE devicesGanapatrao Kulkarni
2017-12-05perf pmu: Pass pmu as a parameter to get_cpuid_str()Ganapatrao Kulkarni
2017-11-16perf record: Fix -c/-F options for cpu event aliasesAndi Kleen
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo
2017-09-13perf stat: Support JSON metrics in perf statAndi Kleen
2017-09-13perf pmu: Extract function to get JSON alias mapAndi Kleen
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-11perf pmu: Refactor wordwrap() with ltrim()Taeung Song
2017-03-23perf list: Move extra details printing to new optionAndi Kleen
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen
2017-03-23perf list: Support printing MetricExpr with --debugAndi Kleen