summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24perf evsel: Use libperf perf_evsel__exitIan Rogers1-3/+1
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers1-3/+3
2025-07-24perf parse-events: Warn if a cpu term is unsupported by a CPUIan Rogers1-0/+24
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim1-0/+11
2025-06-25perf drm_pmu: Add a tool like PMU to expose DRM informationIan Rogers1-0/+9
2025-05-14perf parse-events: Use wildcard processing to set an event to merge intoIan Rogers1-7/+11
2025-05-14perf evlist: Make uniquifying counter names consistentIan Rogers1-0/+113
2025-05-12perf evsel: Add per-thread warning for EOPNOTSUPP open failuesIan Rogers1-0/+4
2025-05-05perf evsel: Assemble off-cpu samplesHoward Chu1-1/+34
2025-05-05perf record --off-cpu: Parse off-cpu eventHoward Chu1-1/+3
2025-05-05perf evsel: Expose evsel__is_offcpu_event() for future useHoward Chu1-1/+1
2025-05-02perf record: Add --sample-mem-info optionNamhyung Kim1-1/+1
2025-04-25perf record: Retirement latency cleanup in evsel__configIan Rogers1-2/+3
2025-04-25perf intel-tpebs: Don't close record on readIan Rogers1-0/+2
2025-04-25perf intel-tpebs: Add support for updating counts in evsel__tpebs_readIan Rogers1-8/+3
2025-04-25perf intel-tpebs: Refactor tpebs_results listIan Rogers1-1/+1
2025-04-25perf intel-tpebs: Rename tpebs_start to evsel__tpebs_openIan Rogers1-1/+1
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim1-22/+0
2025-03-11perf evsel: tp_format accessing improvementsIan Rogers1-1/+15
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers1-9/+12
2025-02-04perf evsel: Reduce scanning core PMUs in is_hybridIan Rogers1-2/+2
2025-01-29perf evsel: Add pmu_name helperIan Rogers1-0/+10
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers1-1/+78
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo1-0/+1
2024-12-18perf python: Add parse_events functionIan Rogers1-7/+12
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter1-12/+86
2024-12-18perf tools: Parse aux-actionAdrian Hunter1-0/+1
2024-12-18perf tools: Add aux-action config termAdrian Hunter1-0/+2
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-3/+3
2024-12-09perf evsel: Allow evsel__newtp without libtraceeventIan Rogers1-26/+77
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers1-2/+7
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim1-3/+3
2024-11-09perf pmu: Add calls enabling the hwmon_pmuIan Rogers1-0/+9
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-10-22perf tools: Check fallback error and orderNamhyung Kim1-9/+29
2024-10-22perf tools: Detect missing kernel features properlyNamhyung Kim1-100/+303
2024-10-22perf tools: Simplify evsel__add_modifier()Namhyung Kim1-4/+1
2024-10-22perf tools: Add fallback for exclude_guestNamhyung Kim1-0/+21
2024-10-17perf test: Remove C test wrapper for attr.pyIan Rogers1-4/+123
2024-10-14perf evsel: Fix missing inherit + sample read checkNamhyung Kim1-1/+2
2024-10-10perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*Ian Rogers1-1/+1
2024-10-10perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers1-2/+2
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers1-255/+17
2024-10-02tools/perf: Allow inherit + PERF_SAMPLE_READ when opening eventsBen Gainey1-3/+18
2024-09-30perf evsel: Reduce a variables scopeIan Rogers1-1/+2
2024-09-26perf evsel: Remove pmu_nameIan Rogers1-7/+0
2024-09-26perf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers1-0/+21
2024-09-24perf evsel: display dmesg command of showing a hardcoded pathMasum Reza1-1/+1
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers1-12/+12
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers1-1/+1