summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
2026-02-06perf regs: Remove __weak attributive arch__xxx_reg_mask() functionsDapeng Mi
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers
2026-02-03perf kvm: Wire up e_machineIan Rogers
2026-01-20perf perf_regs: Switch from arch string to int e_machineIan Rogers
2026-01-14perf evsel: Add a helper to get the value of a config fieldJames Clark
2026-01-14perf evsel: apply evsel__set_config_if_unset() to all config fieldsJames Clark
2026-01-14perf parse-events: Track all user changed config bitsJames Clark
2026-01-14perf evsel: Support sparse fields in evsel__set_config_if_unset()James Clark
2026-01-14perf evsel: Move evsel__* functions to evsel.cJames Clark
2026-01-14perf tools: Switch printf("...%s", strerror(errno)) to printf("...%m")Ian Rogers
2025-12-17perf record: Split --data-mmap optionNamhyung Kim
2025-12-02perf record: Add --call-graph fp,defer option for deferred callchainsNamhyung Kim
2025-12-02perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim
2025-12-02perf python: Correct copying of metric_leader in an evselIan Rogers
2025-11-19perf evsel: Skip store_evsel_ids for non-perf-event PMUsIan Rogers
2025-11-11perf tools: Fix missing feature check for inherit + SAMPLE_READNamhyung Kim
2025-11-03perf evsel: Remove unused metric_events variableIan Rogers
2025-10-15perf evsel: Improvements to __evsel__matchIan Rogers
2025-10-03perf record: Add ratio-to-prev termThomas Falcon
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers
2025-09-19perf evsel: Ensure the fallback message is always written toIan Rogers
2025-09-19perf evsel: Fix uniquification when PMU given without suffixIan Rogers
2025-09-12perf evsel: Give warning for broken Intel topdown event groupingIan Rogers
2025-09-03perf evsel: Avoid container_of on a NULL leaderIan Rogers
2025-07-26perf tp_pmu: Factor existing tracepoint logic to new fileIan Rogers
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers
2025-07-25perf env: Remove global perf_envIan Rogers
2025-07-25perf evlist: Change env variable to sessionIan Rogers
2025-07-24perf evsel: Add evsel__open_per_cpu_and_threadIan Rogers
2025-07-24perf evsel: Use libperf perf_evsel__exitIan Rogers
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers
2025-07-24perf parse-events: Warn if a cpu term is unsupported by a CPUIan Rogers
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-06-25perf drm_pmu: Add a tool like PMU to expose DRM informationIan Rogers
2025-05-14perf parse-events: Use wildcard processing to set an event to merge intoIan Rogers
2025-05-14perf evlist: Make uniquifying counter names consistentIan Rogers
2025-05-12perf evsel: Add per-thread warning for EOPNOTSUPP open failuesIan Rogers
2025-05-05perf evsel: Assemble off-cpu samplesHoward Chu
2025-05-05perf record --off-cpu: Parse off-cpu eventHoward Chu
2025-05-05perf evsel: Expose evsel__is_offcpu_event() for future useHoward Chu
2025-05-02perf record: Add --sample-mem-info optionNamhyung Kim
2025-04-25perf record: Retirement latency cleanup in evsel__configIan Rogers
2025-04-25perf intel-tpebs: Don't close record on readIan Rogers
2025-04-25perf intel-tpebs: Add support for updating counts in evsel__tpebs_readIan Rogers
2025-04-25perf intel-tpebs: Refactor tpebs_results listIan Rogers
2025-04-25perf intel-tpebs: Rename tpebs_start to evsel__tpebs_openIan Rogers
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim
2025-03-11perf evsel: tp_format accessing improvementsIan Rogers
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers
2025-02-04perf evsel: Reduce scanning core PMUs in is_hybridIan Rogers