summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-06perf sample: Add evsel to struct perf_sampleIan Rogers1-0/+1
2026-04-06perf sample: Make sure perf_sample__init/exit are usedIan Rogers1-13/+21
2026-04-03perf evsel: Make unknown event names more uniqueIan Rogers1-3/+4
2026-03-20perf evlist: Improve default event for s390Ian Rogers1-0/+5
2026-03-20perf evsel: Constify option arguments to config functionsIan Rogers1-10/+10
2026-03-20perf evsel: Improve falling back from cyclesIan Rogers1-14/+31
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi1-2/+2
2026-02-04perf session: Add e_flags to the e_machine helperIan Rogers1-3/+3
2026-02-04perf kvm: Wire up e_machineIan Rogers1-1/+1
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers1-3/+11
2026-01-15perf evsel: Add a helper to get the value of a config fieldJames Clark1-1/+41
2026-01-15perf evsel: apply evsel__set_config_if_unset() to all config fieldsJames Clark1-1/+31
2026-01-15perf parse-events: Track all user changed config bitsJames Clark1-2/+7
2026-01-15perf evsel: Support sparse fields in evsel__set_config_if_unset()James Clark1-8/+11
2026-01-15perf evsel: Move evsel__* functions to evsel.cJames Clark1-0/+40
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers1-8/+9
2025-12-17perf record: Split --data-mmap optionNamhyung Kim1-2/+3
2025-12-03perf record: Add --call-graph fp,defer option for deferred callchainsNamhyung Kim1-0/+19
2025-12-03perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim1-2/+29
2025-12-03perf python: Correct copying of metric_leader in an evselIan Rogers1-0/+1
2025-11-20perf evsel: Skip store_evsel_ids for non-perf-event PMUsIan Rogers1-0/+3
2025-11-12perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim1-1/+1
2025-11-04perf evsel: Remove unused metric_events variableIan Rogers1-2/+0
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers1-9/+12
2025-10-03perf record: Add ratio-to-prev termThomas Falcon1-0/+76
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers1-15/+25
2025-09-19perf evsel: Ensure the fallback message is always written toIan Rogers1-5/+7
2025-09-19perf evsel: Fix uniquification when PMU given without suffixIan Rogers1-10/+18
2025-09-12perf evsel: Give warning for broken Intel topdown event groupingIan Rogers1-2/+5
2025-09-03perf evsel: Avoid container_of on a NULL leaderIan Rogers1-0/+2
2025-07-27perf tp_pmu: Factor existing tracepoint logic to new fileIan Rogers1-19/+2
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers1-5/+12
2025-07-25perf env: Remove global perf_envIan Rogers1-1/+1
2025-07-25perf evlist: Change env variable to sessionIan Rogers1-3/+9
2025-07-24perf evsel: Add evsel__open_per_cpu_and_threadIan Rogers1-4/+19
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-06perf evsel: Assemble off-cpu samplesHoward Chu1-1/+34
2025-05-06perf record --off-cpu: Parse off-cpu eventHoward Chu1-1/+3
2025-05-06perf 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