summaryrefslogtreecommitdiff
path: root/tools/perf/util/pmu.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark1-0/+30
2023-04-17perf cpumap: Add reference count checkingIan Rogers1-2/+2
2023-04-12perf pmu: Use perf_cpu_map__set_nr() in perf_pmu__cpus_match() to allow for r...Arnaldo Carvalho de Melo1-2/+2
2023-04-12perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo1-1/+1
2023-04-12perf pmu: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-8/+7
2023-04-07perf pmu: Sort and remove duplicates using JSON PMU nameIan Rogers1-16/+31
2023-04-07perf pmu: Improve name/comments, avoid a memory allocationIan Rogers1-7/+20
2023-04-07perf pmu: Fewer const castsIan Rogers1-6/+6
2023-04-07perf pmu: Fix a few potential fd leaksIan Rogers1-2/+10
2023-04-07perf pmu: Make parser reentrantIan Rogers1-6/+20
2023-04-04perf pmu: Add perf_pmu__{open,scan}_file_at()Namhyung Kim1-12/+45
2023-04-04perf pmu: Use relative path in perf_pmu__caps_parse()Namhyung Kim1-4/+6
2023-04-04perf pmu: Use relative path for sysfs scanNamhyung Kim1-61/+100
2023-04-04perf pmu: Add perf_pmu__destroy() functionNamhyung Kim1-0/+50
2023-03-21perf tools: Add support for perf_event_attr::config3Rob Herring1-0/+3
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers1-3/+3
2023-02-19perf pmu-events: Change perpkg to be a boolIan Rogers1-7/+4
2023-02-19perf pmu-events: Change deprecated to be a boolIan Rogers1-6/+4
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers1-0/+5
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers1-32/+3
2023-02-03perf pmu-events: Separate the metrics from events for no jeventsIan Rogers1-2/+2
2023-01-23perf pmu: Add function to check if a pmu file existsGerman Gomez1-0/+10
2023-01-23perf pmu: Remove remaining duplication of bus/event_source/devices/...James Clark1-12/+5
2023-01-23perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()James Clark1-28/+12
2023-01-23perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATHJames Clark1-69/+41
2023-01-19perf pmu: Add #slots literal support for arm64Jing Zhang1-0/+6
2022-12-14perf tool: Move pmus list variable to a new fileRavi Bangoria1-1/+1
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-1/+1
2022-11-23perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers1-93/+52
2022-11-15perf pmu: Restructure print_pmu_events() to avoid memory allocationsIan Rogers1-98/+110
2022-11-15perf list: Generalize limiting to a PMU nameIan Rogers1-3/+1
2022-11-15perf pmu: Add data structure documentationIan Rogers1-0/+16
2022-11-15perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers1-2/+1
2022-10-27perf tools: Save evsel->pmu in parse_events()Namhyung Kim1-0/+4
2022-10-14perf: Skip and warn on unknown format 'configN' attrsRob Herring1-0/+17
2022-10-04perf parse-events: Use 'unsigned int' instead of plain 'unsigned'.Xin Gao1-1/+1
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers1-5/+5
2022-08-13perf pmu-events: Don't assume pmu_event is an arrayIan Rogers1-28/+37
2022-08-13perf pmu-events: Hide pmu_events_mapIan Rogers1-30/+4
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers1-17/+18
2022-08-13perf pmu-events: Hide pmu_sys_event_tablesIan Rogers1-27/+0
2022-06-24perf pmu: Parse pmu caps sysfs only onceRavi Bangoria1-4/+11
2022-02-11perf cpumap: Use for each loopIan Rogers1-8/+6
2022-01-02perf pmu: Fix alias events listJohn Garry1-6/+17
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers1-4/+4
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao1-5/+24
2021-10-20perf parse-events: Add const to evsel nameIan Rogers1-1/+1
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers1-4/+4
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers1-1/+1
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers1-5/+5