summaryrefslogtreecommitdiff
path: root/tools/perf/util/pmu.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add util function for overriding user set config valuesJames Clark2023-04-241-0/+30
* perf cpumap: Add reference count checkingIan Rogers2023-04-171-2/+2
* perf pmu: Use perf_cpu_map__set_nr() in perf_pmu__cpus_match() to allow for r...Arnaldo Carvalho de Melo2023-04-121-2/+2
* perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo2023-04-121-1/+1
* perf pmu: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-8/+7
* perf pmu: Sort and remove duplicates using JSON PMU nameIan Rogers2023-04-061-16/+31
* perf pmu: Improve name/comments, avoid a memory allocationIan Rogers2023-04-061-7/+20
* perf pmu: Fewer const castsIan Rogers2023-04-061-6/+6
* perf pmu: Fix a few potential fd leaksIan Rogers2023-04-061-2/+10
* perf pmu: Make parser reentrantIan Rogers2023-04-061-6/+20
* perf pmu: Add perf_pmu__{open,scan}_file_at()Namhyung Kim2023-04-041-12/+45
* perf pmu: Use relative path in perf_pmu__caps_parse()Namhyung Kim2023-04-041-4/+6
* perf pmu: Use relative path for sysfs scanNamhyung Kim2023-04-041-61/+100
* perf pmu: Add perf_pmu__destroy() functionNamhyung Kim2023-04-041-0/+50
* perf tools: Add support for perf_event_attr::config3Rob Herring2023-03-211-0/+3
* perf evsel: Allow const evsel for certain accessesIan Rogers2023-03-131-3/+3
* perf pmu-events: Change perpkg to be a boolIan Rogers2023-02-191-7/+4
* perf pmu-events: Change deprecated to be a boolIan Rogers2023-02-191-6/+4
* perf pmu-events: Introduce pmu_metrics_tableIan Rogers2023-02-031-0/+5
* perf pmu-events: Remove now unused event and metric variablesIan Rogers2023-02-031-32/+3
* perf pmu-events: Separate the metrics from events for no jeventsIan Rogers2023-02-031-2/+2
* perf pmu: Add function to check if a pmu file existsGerman Gomez2023-01-221-0/+10
* perf pmu: Remove remaining duplication of bus/event_source/devices/...James Clark2023-01-221-12/+5
* perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark2023-01-221-28/+12
* perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark2023-01-221-69/+41
* perf pmu: Add #slots literal support for arm64Jing Zhang2023-01-191-0/+6
* perf tool: Move pmus list variable to a new fileRavi Bangoria2022-12-141-1/+1
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-051-1/+1
* perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers2022-11-231-93/+52
* perf pmu: Restructure print_pmu_events() to avoid memory allocationsIan Rogers2022-11-151-98/+110
* perf list: Generalize limiting to a PMU nameIan Rogers2022-11-151-3/+1
* perf pmu: Add data structure documentationIan Rogers2022-11-151-0/+16
* perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers2022-11-151-2/+1
* perf tools: Save evsel->pmu in parse_events()Namhyung Kim2022-10-271-0/+4
* perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-141-0/+17
* perf parse-events: Use 'unsigned int' instead of plain 'unsigned'.Xin Gao2022-10-041-1/+1
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-131-5/+5
* perf pmu-events: Don't assume pmu_event is an arrayIan Rogers2022-08-131-28/+37
* perf pmu-events: Hide pmu_events_mapIan Rogers2022-08-131-30/+4
* perf pmu-events: Avoid passing pmu_events_mapIan Rogers2022-08-131-17/+18
* perf pmu-events: Hide pmu_sys_event_tablesIan Rogers2022-08-131-27/+0
* perf pmu: Parse pmu caps sysfs only onceRavi Bangoria2022-06-241-4/+11
* perf cpumap: Use for each loopIan Rogers2022-02-111-8/+6
* perf pmu: Fix alias events listJohn Garry2022-01-021-6/+17
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-071-4/+4
* perf list: Display hybrid PMU events with cpu typeJin Yao2021-10-251-5/+24
* perf parse-events: Add const to evsel nameIan Rogers2021-10-201-1/+1
* perf pmu: Make pmu_event tables const.Ian Rogers2021-10-201-4/+4
* perf pmu: Make pmu_sys_event_tables const.Ian Rogers2021-10-201-1/+1
* perf pmu: Add const to pmu_events_map.Ian Rogers2021-10-201-5/+5