summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-20/+30
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-04-23perf map: Fix error return code in maps__clone()Zhen Lei1-2/+5
2021-04-23perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter1-1/+1
2021-04-23perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan1-1/+1
2021-04-20perf data: Fix error return code in perf_data__create_dir()Zhen Lei1-2/+3
2021-04-07perf arm-spe: Avoid potential buffer overrunIan Rogers1-1/+3
2021-04-07perf report: Fix wrong LBR block sortingJin Yao1-3/+3
2021-04-05perf inject: Fix repipe usageAdrian Hunter1-1/+1
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar10-45/+92
2021-03-26perf test: Change to use bash for daemon testLeo Yan1-1/+1
2021-03-24perf record: Fix memory leak in vDSO found using ASANNamhyung Kim1-0/+2
2021-03-24perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter1-8/+1
2021-03-24perf daemon: Return from kill functionsJiri Olsa1-2/+5
2021-03-24perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa1-22/+28
2021-03-18Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the treeIngo Molnar47-147/+320
2021-03-16perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu1-3/+10
2021-03-15perf pmu: Validate raw event with sysfs exported format bitsJin Yao3-0/+39
2021-03-15tools/perf: Convert to insn_decode()Borislav Petkov3-16/+19
2021-03-15x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov1-4/+11
2021-03-10perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers1-4/+5
2021-03-10perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter1-1/+1
2021-03-10perf auxtrace: Fix auxtrace queue conflictAdrian Hunter1-4/+0
2021-03-08x86: Remove duplicate TSC DEADLINE MSR definitionsDave Hansen1-1/+1
2021-03-06perf cs-etm: Fix bitmap for optionSuzuki K Poulose1-4/+8
2021-03-06perf trace: Fix race in signal handlingMichael Petlan1-3/+2
2021-03-06perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo1-4/+3
2021-03-06perf report: Fix -F for branch & mem modesRavi Bangoria1-2/+2
2021-03-06perf tests x86: Move insn.h include to make sure it finds stddef.hArnaldo Carvalho de Melo2-2/+2
2021-03-06perf test: Support the ins_lat check in the X86 specific testKan Liang4-0/+127
2021-03-06perf test: Fix sample-parsing failure on non-x86 platformsKan Liang1-4/+0
2021-03-06perf archive: Fix filtering of empty build-idsNicholas Fraser1-2/+1
2021-03-06perf daemon: Fix compile error with AsanNamhyung Kim1-1/+1
2021-03-06perf stat: Fix use-after-free when -r option is usedNamhyung Kim1-0/+1
2021-03-06perf stat: Fix wrong skipping for per-die aggregationJin Yao4-11/+59
2021-03-06tools headers: Update syscall.tbl files to support mount_setattrArnaldo Carvalho de Melo3-0/+3
2021-03-06perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim1-0/+2
2021-03-06perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim1-0/+2
2021-03-06perf test: Fix a memory leak in thread_map_remove testNamhyung Kim1-5/+2
2021-03-06perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim1-0/+1
2021-03-06perf test: Fix cpu and thread map leaks in switch_tracking testNamhyung Kim1-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in keep_tracking testNamhyung Kim1-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim1-7/+3
2021-03-06perf test: Fix cpu and thread map leaks in sw_clock_freq testNamhyung Kim1-8/+4
2021-03-06perf test: Fix cpu and thread map leaks in task_exit testNamhyung Kim1-7/+3
2021-03-06perf test: Fix a memory leak in attr testNamhyung Kim1-1/+7
2021-03-06perf test: Fix cpu and thread map leaks in basic mmap testNamhyung Kim1-2/+0
2021-03-06perf tools: Fix event's PMU name parsingJiri Olsa1-1/+5
2021-03-06perf daemon: Fix running test for non root userJiri Olsa1-16/+16
2021-03-06perf daemon: Fix control fifo permissionsJiri Olsa1-2/+2