Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-18 | perf pmu: Add support for PMU capabilities | Kan Liang | 1 | -0/+82 |
2020-04-18 | perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_... | Adrian Hunter | 1 | -0/+20 |
2020-03-26 | perf parse-events: Add defensive NULL check | Ian Rogers | 1 | -6/+5 |
2020-03-24 | perf pmu: Make pmu_uncore_alias_match() public | John Garry | 1 | -1/+1 |
2020-03-24 | perf pmu: Add is_pmu_core() | John Garry | 1 | -0/+5 |
2020-03-24 | perf pmu: Refactor pmu_add_cpu_aliases() | John Garry | 1 | -8/+13 |
2019-11-28 | perf pmu: Use file system cache to optimize sysfs access | Andi Kleen | 1 | -23/+11 |
2019-11-22 | perf pmu: When using default config, record which bits of config were changed... | Adrian Hunter | 1 | -0/+10 |
2019-11-07 | perf parse: Add a deep delete for parse event terms | Ian Rogers | 1 | -1/+1 |
2019-11-06 | perf parse: Add parse events handle error | Ian Rogers | 1 | -12/+18 |
2019-10-19 | perf list: Hide deprecated events by default | Jin Yao | 1 | -4/+13 |
2019-09-20 | perf env: Remove needless cpumap.h header | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2019-09-01 | perf pmu: Change convert_scale from static to global | Jin Yao | 1 | -3/+3 |
2019-09-01 | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-08-22 | perf cpumap: Remove needless includes from cpumap.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-07-30 | libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions | Jiri Olsa | 1 | -1/+2 |
2019-07-30 | libperf: Add perf_cpu_map__get()/perf_cpu_map__put() | Jiri Olsa | 1 | -1/+1 |
2019-07-30 | perf cpu_map: Rename struct cpu_map to struct perf_cpu_map | Jiri Olsa | 1 | -5/+5 |
2019-07-09 | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-07-02 | perf pmu: Support more complex PMU event aliasing | John Garry | 1 | -5/+41 |
2019-07-02 | perf tools: Ditch rtrim(), use strim() from tools/lib | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-06-26 | perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-06-17 | perf pmu: Fix uncore PMU alias list for ARM64 | John Garry | 1 | -16/+12 |
2019-03-28 | perf pmu: Fix parser error for uncore event alias | Kan Liang | 1 | -0/+10 |
2019-03-07 | perf tools: Read and store caps/max_precise in perf_pmu | Jiri Olsa | 1 | -0/+14 |
2019-02-06 | perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header file | Mathieu Poirier | 1 | -2/+0 |
2018-11-22 | perf pmu: Move *_cpuid_str() weak functions to header.c | Kan Liang | 1 | -39/+0 |
2018-11-22 | perf vendor events: Add stepping in CPUID string for x86 | Kan Liang | 1 | -1/+1 |
2018-11-22 | perf pmu: Suppress potential format-truncation warning | Ben Hutchings | 1 | -4/+4 |
2018-11-05 | perf stat: Handle different PMU names with common prefix | Thomas Richter | 1 | -1/+1 |