summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-101-19/+0
| |\ \
| * \ \ Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-033-7/+24
| |\ \ \
| * | | | tools headers UAPI: Add new macros for mem_hops field to perf_event.hKajol Jain2021-12-221-11/+18
| * | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-12-221-0/+5
| |\ \ \ \
| * | | | | perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong2021-12-215-5/+89
| * | | | | perf tools: Refactor SMPL_REG macro in perf_regs.hGerman Gomez2021-12-211-2/+5
| * | | | | perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong2021-12-212-2/+14
| * | | | | perf machine: Add a mechanism to inject stack framesAlexandre Truong2021-12-211-1/+36
| * | | | | perf tools: Record ARM64 LR register automaticallyAlexandre Truong2021-12-211-0/+2
| * | | | | perf arm-spe: Synthesize SPE instruction eventsGerman Gomez2021-12-171-0/+62
| * | | | | perf ftrace: Implement cpu and task filters in BPFNamhyung Kim2021-12-162-1/+62
| * | | | | perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim2021-12-164-0/+287
| * | | | | perf arch: Support register names from all archsGerman Gomez2021-12-164-24/+687
| * | | | | perf arm64: Rename perf_event_arm_regs for ARM64 registersGerman Gomez2021-12-161-0/+2
| * | | | | perf namespaces: Add helper nsinfo__is_in_root_namespace()Leo Yan2021-12-162-30/+48
| * | | | | perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix checkMiaoqian Lin2021-12-161-6/+9
| * | | | | perf arm-spe: Add SPE total latency as PERF_SAMPLE_WEIGHTNamhyung Kim2021-12-163-1/+7
| * | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-12-165-32/+64
| |\ \ \ \ \
| * | | | | | perf stat: Support --cputype option for hybrid eventsJin Yao2021-12-072-3/+7
| * | | | | | perf parse-events: Architecture specific leader overrideIan Rogers2021-12-072-1/+8
| * | | | | | perf evlist: Allow setting arbitrary leaderIan Rogers2021-12-071-2/+2
| * | | | | | perf metric: Reduce multiplexing with duration_timeIan Rogers2021-12-071-9/+33
| * | | | | | libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura2021-12-072-22/+0
* | | | | | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-166-0/+12
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2021-12-066-0/+12
* | | | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-102-2/+19
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-053-7/+24
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-0/+5
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | 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-102-2/+19
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | 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-031-0/+3
* | | | | | | Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo2022-01-071-19/+0
| |_|_|_|/ / |/| | | | |
* | | | | | perf pmu: Fix alias events listJohn Garry2022-01-021-6/+17
* | | | | | 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 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 tools: Fix SMT detection fast read pathIan Rogers2021-12-061-1/+1
| |/ |/|