summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-07-25perf top: Make perf_env locally scopedIan 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 topdown: Use attribute to see an event is a topdown metic or slotsIan 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 stat: Don't size aggregation ids from user_requested_cpusIan Rogers
2025-07-24perf stat: Avoid buffer overflow to the aggregation mapIan 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 ui scripts: Switch FILENAME_MAX to NAME_MAXIan Rogers
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-20perf build: Always disable stack protection for BPF skeleton objectsFederico Pellegrin
2025-07-17perf sched timehist: decode process names of processes in zombie stateAnubhav Shelat
2025-07-16perf flamegraph: Fix minor pylint/type hint issuesIan Rogers
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
2025-07-11perf pmu: Tolerate failure to read the type for wellknown PMUsIan Rogers
2025-07-11perf spark: Fix includes and add SPDXIan Rogers
2025-07-11perf parse-events: Minor tidy up of event_type helperIan Rogers
2025-07-11perf hwmon_pmu: Avoid shortening hwmon PMU nameIan Rogers