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