summaryrefslogtreecommitdiff
path: root/tools/perf/util/tool_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-19perf tools: Remove a pointless checkNamhyung Kim1-3/+0
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers1-6/+6
2025-07-24perf tool_pmu: Allow num_cpus(_online) to be specific to a cpumaskIan Rogers1-7/+49
2025-05-13perf pmu: Change aliases from list to hashmapIan Rogers1-12/+5
2025-04-25perf tool_pmu: Fix aggregation on duration_timeIan Rogers1-1/+7
2025-03-20perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter1-0/+8
2025-03-20perf cpumap: Increment reference count for online cpumapIan Rogers1-0/+1
2025-02-27perf pmu: Dynamically allocate tool PMUJames Clark1-12/+11
2025-02-10perf tools: Add skip check in tool_pmu__event_to_str()Kan Liang1-1/+2
2024-10-16perf tool_pmu: Remove duplicate io.h headerIan Rogers1-1/+0
2024-10-14perf tools: Fix compiler error in util/tool_pmu.cNamhyung Kim1-1/+1
2024-10-11perf tool_pmu: Switch to standard pmu functions and json descriptionsIan Rogers1-77/+32
2024-10-11perf tool_pmu: Move expr literals to tool_pmuIan Rogers1-3/+143
2024-10-11perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*Ian Rogers1-8/+8
2024-10-11perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers1-22/+22
2024-10-11perf tool_pmu: Factor tool events into their own PMUIan Rogers1-0/+411