summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2023-10-25perf callchain: Make brtype_stat in callchain_list optionalIan Rogers
2023-10-25perf callchain: Make display use of branch_type_stat constIan Rogers
2023-10-25perf offcpu: Add missed btf_freeIan Rogers
2023-10-25perf threads: Remove unused dead thread listIan Rogers
2023-10-25perf hist: Add missing puts to hist__account_cyclesIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25perf machine: Avoid out of bounds LBR memory readIan Rogers
2023-10-25perf rwsem: Add debug mode that uses a mutexIan Rogers
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong
2023-10-19perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data...Yang Jihong
2023-10-19perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter
2023-10-18perf build: Generate arm64's sysreg-defs.h and add to include pathOliver Upton
2023-10-18perf tools: Do not ignore the default vmlinux.hNamhyung Kim
2023-10-17perf pmu: Lazily compute default configIan Rogers
2023-10-17perf pmu: Const-ify perf_pmu__config_termsIan Rogers
2023-10-17perf pmu: Const-ify file APIsIan Rogers
2023-10-17perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers
2023-10-17perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64Adrian Hunter
2023-10-17perf intel-pt: Use get_unaligned_le16() etcAdrian Hunter
2023-10-17perf intel-pt: Use existing definitions of le16_to_cpu() etcAdrian Hunter
2023-10-17perf intel-pt: Simplify intel_pt_get_vmcs()Adrian Hunter
2023-10-12perf cs-etm: Fix incorrect or missing decoder for raw traceBesar Wicaksono
2023-10-12perf bpf_counter: Fix a few memory leaksIan Rogers
2023-10-12perf header: Fix various error path memory leaksIan Rogers
2023-10-12perf trace-event-info: Avoid passing NULL value to closedirIan Rogers
2023-10-12perf parse-events: Fix unlikely memory leak when cloning termsIan Rogers
2023-10-12perf svghelper: Avoid memory leakIan Rogers
2023-10-12perf dlfilter: Be defensive against potential NULL dereferenceIan Rogers
2023-10-12perf mem-events: Avoid uninitialized readIan Rogers
2023-10-12perf jitdump: Avoid memory leakIan Rogers
2023-10-12perf env: Remove unnecessary NULL testsIan Rogers
2023-10-12perf parse-events: Fix for term values that are raw eventsIan Rogers
2023-10-12perf symbols: Add 'intel_idle_ibrs' to the list of idle symbolsArnaldo Carvalho de Melo
2023-10-12perf parse-events: Avoid erange from hex numbersIan Rogers
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo
2023-10-04tools/perf: Add "is_kmod" to struct dso to check if it is kernel moduleAthira Rajeev
2023-10-04tools/perf: Add text_end to "struct dso" to save .text section sizeAthira Rajeev
2023-10-04perf hisi-ptt: Fix memory leak in lseek failure handlingKuan-Wei Chiu
2023-09-29perf intel-pt: Fix async branch flagsAdrian Hunter
2023-09-29perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()Adrian Hunter
2023-09-29perf pmus: Make PMU alias name loading lazyIan Rogers
2023-09-27perf metric: "Compat" supports regular expression matching identifiersJing Zhang
2023-09-27perf pmu: "Compat" supports regular expression matching identifiersJing Zhang
2023-09-27perf record: Fix BTF type checks in the off-cpu profilingNamhyung Kim
2023-09-26perf evlist: Avoid frequency mode for the dummy eventIan Rogers
2023-09-26perf pmu: Fix perf stat output with correct scale and unitWyes Karny
2023-09-18perf parse-events: Fix tracepoint name memory leakIan Rogers