summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2023-10-19perf vendor events: Update PMC used in PM_RUN_INST_CMPL event for power10 pla...Kajol Jain
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: script: fix missing ',' for fields optionChangbin Du
2023-10-17perf tests: Fix shellcheck warning in stat_all_metricgroupsAthira Rajeev
2023-10-17perf tests: Fix shellcheck warning in record_sideband.shAthira Rajeev
2023-10-17perf tests: Ignore shellcheck warning in lock_contentionAthira Rajeev
2023-10-17tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefixAthira Rajeev
2023-10-17perf cs-etm: Respect timestamp optionLeo Yan
2023-10-17perf cs-etm: Validate timestamp tracing in per-thread modeLeo Yan
2023-10-17perf pmu: Lazily compute default configIan Rogers
2023-10-17perf pmu-events: Remember the perf_events_map for a PMUIan Rogers
2023-10-17perf pmu: Const-ify perf_pmu__config_termsIan Rogers
2023-10-17perf pmu: Const-ify file APIsIan Rogers
2023-10-17perf arm-spe: Move PMU initialization from default config codeIan Rogers
2023-10-17perf intel-pt: Move PMU initialization from default config codeIan 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-17perf tools: Add get_unaligned_leNN()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 lock: Fix a memory leak on an error pathIan Rogers
2023-10-12perf svghelper: Avoid memory leakIan Rogers
2023-10-12perf hists browser: Avoid potential NULL dereferenceIan Rogers
2023-10-12perf hists browser: Reorder variables to reduce paddingIan 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 buildid-cache: Fix use of uninitialized valueIan Rogers
2023-10-12perf bench uprobe: Fix potential use of memory after freeIan Rogers
2023-10-12perf parse-events: Fix for term values that are raw eventsIan Rogers
2023-10-12perf build: Add missing comment about NO_LIBTRACEEVENT=1Arnaldo Carvalho de Melo
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: Update call stack check in builtin-lock.cKajol Jain
2023-10-04tools/perf/tests: Fix object code reading to skip address that falls out of t...Athira Rajeev
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 test: Avoid system wide when not privilegedIan Rogers
2023-10-04perf hisi-ptt: Fix memory leak in lseek failure handlingKuan-Wei Chiu
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta