summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-04-25perf hist: Set levels in output_field_add()Namhyung Kim
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim
2025-04-25perf record: Retirement latency cleanup in evsel__configIan Rogers
2025-04-25perf pmu-events: Add retirement latency to JSON events inside of perfIan Rogers
2025-04-25perf stat: Add mean, min, max and last --tpebs-mode optionsIan Rogers
2025-04-25perf intel-tpebs: Use stats for retirement latency statisticsIan Rogers
2025-04-25perf intel-tpebs: Don't close record on readIan Rogers
2025-04-25perf intel-tpebs: Add mutex for tpebs_resultsIan 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: Ensure events are opened, factor out findingIan Rogers
2025-04-25perf intel-tpebs: Inline get_perf_record_argsIan Rogers
2025-04-25perf intel-tpebs: Reduce scope of the tpebs_events_size variableIan Rogers
2025-04-25perf intel-tpebs: Move the cpumap_buf variable out of evsel__tpebs_open()Ian Rogers
2025-04-25perf intel-tpebs: Separate evsel__tpebs_prepare() out of evsel__tpebs_open()Ian Rogers
2025-04-25perf intel-tpebs: Rename tpebs_start to evsel__tpebs_openIan Rogers
2025-04-25perf intel-tpebs: Simplify tpebs_cmdIan Rogers
2025-04-25perf intel-tpebs: Cleanup headerIan Rogers
2025-04-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2025-04-14x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim
2025-04-10perf libunwind arm64: Fix missing close parens in an if statementArnaldo Carvalho de Melo
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo
2025-03-24perf bpf-filter: Fix a parsing error with commaNamhyung Kim
2025-03-24perf report: Fix a memory leak for perf_env on AMDNamhyung Kim
2025-03-24perf python: Fix setup.py mypy errorsIan Rogers
2025-03-24perf build: Add pylint build testsIan Rogers
2025-03-24perf build: Add mypy build testsIan Rogers
2025-03-24perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers
2025-03-20perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers
2025-03-20perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers
2025-03-20perf thread: Add support for reading the e_machine type for a threadIan Rogers
2025-03-20perf dso: Add support for reading the e_machine type for a dsoIan Rogers
2025-03-20perf syscalltbl: Remove struct syscalltblIan Rogers
2025-03-20perf syscalltbl: Remove syscall_table.hIan Rogers
2025-03-20perf dso: kernel-doc for enum dso_binary_typeIan Rogers
2025-03-20perf dso: Move libunwind dso_data variables into ifdefIan Rogers
2025-03-20perf sort: Keep output fields in the same levelNamhyung Kim
2025-03-19perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter
2025-03-19perf: intel-tpebs: Fix incorrect usage of zfree()James Clark
2025-03-19perf cpumap: Increment reference count for online cpumapIan Rogers
2025-03-19perf dso: fix dso__is_kallsyms() checkStephen Brennan
2025-03-18perf kwork: Remove unreachable judgmentsFeng Yang
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers