summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-07-31perf record: Cache build-ID of hit DSOs onlyNamhyung Kim
2025-07-30perf python: Stop using deprecated PyUnicode_AsString()Arnaldo Carvalho de Melo
2025-07-26perf list: Skip ABI PMUs when printing pmu valuesIan Rogers
2025-07-26perf list: Remove tracepoint printing codeIan Rogers
2025-07-26perf tp_pmu: Add event APIsIan Rogers
2025-07-26perf tp_pmu: Factor existing tracepoint logic to new fileIan Rogers
2025-07-26perf parse-events: Remove non-json software eventsIan Rogers
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers
2025-07-25perf env: Remove global perf_envIan Rogers
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers
2025-07-25perf session: Add host_env argument to perf_session__newIan Rogers
2025-07-25perf test: Avoid use perf_envIan Rogers
2025-07-25perf header: Clean up use of perf_envIan Rogers
2025-07-25perf evlist: Change env variable to sessionIan Rogers
2025-07-25perf session: Add accessor for session->header.envIan Rogers
2025-07-25perf record: Make --buildid-mmap the defaultIan Rogers
2025-07-25perf jitdump: Directly mark the jitdump DSOIan Rogers
2025-07-25perf dso: Move build_id to dso_idIan Rogers
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers
2025-07-25perf build-id: Mark DSO in sample callchainsIan Rogers
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers
2025-07-24perf build-id: Truncate to avoid overflowing the build_id dataIan Rogers
2025-07-24perf build-id: Reduce size of "size" variableIan Rogers
2025-07-24perf metricgroups: Add NO_THRESHOLD_AND_NMI constraintIan Rogers
2025-07-24perf parse-events: Fix missing slots for Intel topdown metric eventsIan Rogers
2025-07-24perf parse-events: Support user CPUs mixed with threads/processesIan Rogers
2025-07-24perf evsel: Add evsel__open_per_cpu_and_threadIan Rogers
2025-07-24perf parse-events: Minor __add_event refactoringIan Rogers
2025-07-24perf pmus: Factor perf_pmus__find_by_attr out of evsel__find_pmuIan 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 tool_pmu: Allow num_cpus(_online) to be specific to a cpumaskIan Rogers
2025-07-24perf parse-events: Allow the cpu term to be a PMU or CPU rangeIan Rogers
2025-07-24perf parse-events: Warn if a cpu term is unsupported by a CPUIan Rogers
2025-07-24perf pfm: Don't force loading of all PMUsIan Rogers
2025-07-23perf stat: Remove duplicated include in stat-shadow.cYang Li
2025-07-22perf pmu: Switch FILENAME_MAX to NAME_MAXIan Rogers
2025-07-22perf: ftrace: add graph tracer options args/retval/retval-hex/retaddrChangbin Du
2025-07-14perf ftrace latency: Add -e option to measure time between two eventsNamhyung Kim
2025-07-11perf python: Set index error for invalid thread/cpu map itemsIan Rogers
2025-07-11perf python: Improve leader copying from evlistIan Rogers
2025-07-11perf python: Correct pyrf_evsel__read for tool PMUsIan Rogers
2025-07-11perf python: Fix thread check in pyrf_evsel__readIan Rogers
2025-07-11perf python: In str(evsel) use the evsel__pmu_name helperIan Rogers
2025-07-11perf jevents: If the long_desc and desc are identical then drop the long_descIan Rogers
2025-07-11perf expr: Accumulate rather than replace in the context countsIan Rogers
2025-07-11perf stat: Move metric list from config to evlistIan Rogers
2025-07-11perf metricgroup: Factor out for-each function and move out printingIan Rogers