summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf cs-etm: Add helper cs_etm__get_pid_fmt()Leo Yan2021-03-022-0/+43
| * | | | | perf cs-etm: Support PID tracing in configSuzuki K Poulose2021-03-021-12/+49
| * | | | | perf cs-etm: Fix bitmap for optionSuzuki K Poulose2021-03-021-4/+4
| * | | | | perf cs-etm: Update ETM metadata formatMike Leach2021-03-023-49/+223
| * | | | | perf vendor events power9: Remove unsupported metricsPaul A. Clarke2021-03-021-132/+0
| * | | | | perf buildid-cache: Add test for PE executableNicholas Fraser2021-03-021-7/+58
| * | | | | perf docs: Add man pages to see alsoIan Rogers2021-03-021-0/+12
| * | | | | perf tools: Generate mips syscalls_n64.c syscall tableTiezhu Yang2021-03-016-1/+415
| * | | | | perf tools: Support MIPS unwinding and dwarf-regsTiezhu Yang2021-03-019-0/+197
| * | | | | perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo2021-02-231-15/+5
* | | | | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-173-5/+7
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-0910-45/+92
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-091-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | scripts/bpf: Abstract eBPF API target parameterJoe Stringer2021-03-041-1/+1
* | | | | | | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-281-0/+6
|\ \ \ \ \ \ \
| * | | | | | | perf intel-pt: Use aux_watermarkAlexander Shishkin2021-04-161-0/+6
| |/ / / / / /
* | | | | | | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-274-20/+30
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-0210-45/+92
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | tools/perf: Convert to insn_decode()Borislav Petkov2021-03-153-16/+19
| * | | | | | | x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov2021-03-151-4/+11
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge tag 'v5.12-rc3' into x86/cleanups, to refresh the treeIngo Molnar2021-03-1847-147/+320
| |\| | | | |
| * | | | | | x86: Remove duplicate TSC DEADLINE MSR definitionsDave Hansen2021-03-081-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | perf map: Fix error return code in maps__clone()Zhen Lei2021-04-231-2/+5
* | | | | | perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter2021-04-231-1/+1
* | | | | | perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan2021-04-231-1/+1
* | | | | | perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-04-201-2/+3
| |_|_|_|/ |/| | | |
* | | | | perf arm-spe: Avoid potential buffer overrunIan Rogers2021-04-071-1/+3
* | | | | perf report: Fix wrong LBR block sortingJin Yao2021-04-071-3/+3
* | | | | perf inject: Fix repipe usageAdrian Hunter2021-04-051-1/+1
| |_|/ / |/| | |
* | | | perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
* | | | perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2
* | | | perf test: Remove now useless failing sub test "BPF relocation checker"Thomas Richter2021-03-241-8/+1
* | | | perf daemon: Return from kill functionsJiri Olsa2021-03-241-2/+5
* | | | perf daemon: Force waipid for all session on SIGCHLD deliveryJiri Olsa2021-03-241-22/+28
* | | | perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_res...Jackie Liu2021-03-161-3/+10
* | | | perf pmu: Validate raw event with sysfs exported format bitsJin Yao2021-03-153-0/+39
* | | | perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers2021-03-101-4/+5
* | | | perf synthetic-events: Fix uninitialized 'kernel_thread' variableThomas Richter2021-03-101-1/+1
* | | | perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-101-4/+0
| |/ / |/| |
* | | perf cs-etm: Fix bitmap for optionSuzuki K Poulose2021-03-061-4/+8
* | | perf trace: Fix race in signal handlingMichael Petlan2021-03-061-3/+2
* | | perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-03-061-4/+3
* | | perf report: Fix -F for branch & mem modesRavi Bangoria2021-03-061-2/+2
* | | perf tests x86: Move insn.h include to make sure it finds stddef.hArnaldo Carvalho de Melo2021-03-062-2/+2
* | | perf test: Support the ins_lat check in the X86 specific testKan Liang2021-03-064-0/+127
* | | perf test: Fix sample-parsing failure on non-x86 platformsKan Liang2021-03-061-4/+0
* | | perf archive: Fix filtering of empty build-idsNicholas Fraser2021-03-061-2/+1
* | | perf daemon: Fix compile error with AsanNamhyung Kim2021-03-061-1/+1