summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.h
AgeCommit message (Expand)Author
2026-06-16perf evsel: Add lazy-initialized probe type detection helpersArnaldo Carvalho de Melo
2026-06-16perf evsel: Add no-libtraceevent stubs for evsel__field() and evsel__common_f...Arnaldo 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: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers
2026-03-19perf evsel: Constify option arguments to config functionsIan Rogers
2026-03-19perf evsel: Improve falling back from cyclesIan Rogers
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers
2026-02-03perf kvm: Wire up e_machineIan Rogers
2026-01-14perf evsel: Add a helper to get the value of a config fieldJames Clark
2026-01-14perf evsel: Refactor evsel__set_config_if_unset() argumentsJames Clark
2025-12-02perf record: Add --call-graph fp,defer option for deferred callchainsNamhyung Kim
2025-11-11perf jevents: Add metric DefaultShowEventsIan Rogers
2025-11-03perf evsel: Remove unused metric_events variableIan Rogers
2025-10-03perf record: Add ratio-to-prev termThomas Falcon
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers
2025-09-12perf parse-events: Add 'X' modifier to exclude an event from being regroupedIan Rogers
2025-09-12perf evsel: Give warning for broken Intel topdown event groupingIan 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 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-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-05perf evsel: Expose evsel__is_offcpu_event() for future useHoward Chu
2025-04-25perf pmu-events: Add retirement latency to JSON events inside of perfIan Rogers
2025-02-04perf stat: Changes to event name uniquificationIan Rogers
2025-01-29perf evsel: Add pmu_name helperIan Rogers
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo
2024-12-18perf python: Add parse_events functionIan Rogers
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter
2024-12-09perf evsel: Allow evsel__newtp without libtraceeventIan Rogers
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers
2024-10-22perf tools: Detect missing kernel features properlyNamhyung Kim
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers
2024-10-02tools/perf: Allow inherit + PERF_SAMPLE_READ when opening eventsBen Gainey
2024-09-26perf evsel: Remove pmu_nameIan Rogers
2024-09-26perf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers
2024-08-14perf evsel: Assign abbr name for the branch counter eventsKan Liang
2024-08-14perf evlist: Save branch counters informationKan Liang
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang
2024-08-12perf parse-events: Add a retirement latency modifierIan Rogers
2024-06-10perf evsel: Refactor tool eventsIan Rogers
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet
2024-01-22perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers
2023-11-09perf tools: Add branch counter knobKan Liang