summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.c
AgeCommit message (Expand)Author
7 daysperf python: Use evsel in sample in pyrf_eventIan Rogers
7 daysperf evlist: Add reference count checkingIan Rogers
7 daysperf evsel: Add reference countIan Rogers
7 daysperf evsel/evlist: Avoid unnecessary #includesIan Rogers
2026-06-16perf evsel: Add lazy-initialized probe type detection helpersArnaldo Carvalho de Melo
2026-06-15perf inject/aslr: Implement sample address remappingIan Rogers
2026-05-29perf arm-spe: Don't warn about the discard bit if it doesn't existJames Clark
2026-05-22perf tool_pmu: Make tool PMU events respect enable/disableIan Rogers
2026-05-20perf evsel: Add bounds checking to trace point raw data accessorsIan Rogers
2026-05-20perf evsel: Don't pass evsel with sampleIan Rogers
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers
2026-04-05perf sample: Add evsel to struct perf_sampleIan Rogers
2026-04-05perf sample: Make sure perf_sample__init/exit are usedIan Rogers
2026-04-02perf evsel: Make unknown event names more uniqueIan Rogers
2026-03-19perf evlist: Improve default event for s390Ian Rogers
2026-03-19perf evsel: Constify option arguments to config functionsIan Rogers
2026-03-19perf evsel: Improve falling back from cyclesIan Rogers
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