summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-104-3/+35
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-056-21/+43
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+12
| |\ \
| | * | tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-1/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-302-4/+14
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-165-32/+64
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-103-2/+23
| |\ \ \ \
| | * | | | perf/bpf_counter: Use bpf_map_create instead of bpf_create_mapSong Liu2021-12-081-2/+16
| | * | | | perf: Mute libbpf API deprecations temporarilyAndrii Nakryiko2021-12-032-0/+7
* | | | | | Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo2022-01-071-19/+0
* | | | | | perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa2022-01-071-1/+1
| |_|_|_|/ |/| | | |
* | | | | perf top: Fix TUI exit screen refresh race conditionyaowenbin2022-01-021-3/+5
* | | | | perf pmu: Fix alias events listJohn Garry2022-01-021-6/+17
* | | | | perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter2021-12-281-10/+13
* | | | | perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2021-12-281-1/+1
* | | | | perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2021-12-281-0/+1
* | | | | perf expr: Fix return value of ids__new()Miaoqian Lin2021-12-281-1/+6
| |_|_|/ |/| | |
* | | | perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter2021-12-181-3/+7
* | | | perf inject: Fix segfault due to close without openAdrian Hunter2021-12-181-1/+2
* | | | perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin2021-12-181-0/+5
| |_|/ |/| |
* | | perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin2021-12-111-1/+1
* | | perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-111-0/+1
* | | perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-111-3/+8
* | | perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-111-0/+1
* | | perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-111-4/+28
* | | perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-111-19/+13
* | | perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-111-1/+1
* | | perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-111-3/+4
* | | perf tools: Prevent out-of-bounds access to registersGerman Gomez2021-12-112-1/+7
|/ /
* | perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-063-20/+26
* | perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu2021-12-063-5/+3
* | perf header: Fix memory leaks when processing feature headersIan Rogers2021-12-061-5/+10
* | perf test: Reset shadow counts before loadingIan Rogers2021-12-061-0/+1
* | perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter2021-12-061-1/+3
* | tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-061-2/+0
* | perf tools: Fix SMT detection fast read pathIan Rogers2021-12-061-1/+1
* | tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...Arnaldo Carvalho de Melo2021-12-061-0/+1
* | perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-061-1/+1
* | tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-12-061-0/+1
* | Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa2021-12-061-4/+0
* | perf evsel: Fix memory leaks relating to unitIan Rogers2021-11-184-18/+22
* | perf report: Fix memory leaks around perf_tip()Ian Rogers2021-11-183-14/+17
* | perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-11-182-15/+14
* | tools headers UAPI: Sync MIPS syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-11-181-0/+1
* | perf inject: Fix ARM SPE handlingGerman Gomez2021-11-181-0/+15
* | perf bench: Fix two memory leaks detected with ASanSohaib Mohamed2021-11-181-0/+4
* | perf test sample-parsing: Fix branch_stack entry endianness checkThomas Richter2021-11-181-1/+1
* | perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-11-183-11/+7
* | perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-11-183-25/+12
* | perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-11-183-27/+13