summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-01-07perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-03Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin
2022-01-02perf pmu: Fix alias events listJohn Garry
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-28perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter
2021-12-28perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter
2021-12-28perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter
2021-12-28perf expr: Fix return value of ids__new()Miaoqian Lin
2021-12-22tools headers UAPI: Add new macros for mem_hops field to perf_event.hKajol Jain
2021-12-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-12-21perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong
2021-12-21perf tools: Refactor SMPL_REG macro in perf_regs.hGerman Gomez
2021-12-21perf callchain: Enable dwarf_callchain_users on arm64Alexandre Truong
2021-12-21perf script: Use callchain_param_setup() instead of open coded equivalentAlexandre Truong
2021-12-21perf machine: Add a mechanism to inject stack framesAlexandre Truong
2021-12-21perf tools: Record ARM64 LR register automaticallyAlexandre Truong
2021-12-21perf test: Use 3 digits for test numbering now we can have more testsCarsten Haitzler
2021-12-18perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter
2021-12-18perf inject: Fix segfault due to close without openAdrian Hunter
2021-12-18perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin
2021-12-17perf arm-spe: Synthesize SPE instruction eventsGerman Gomez
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16perf test: Test 73 Sig_trap fails on s390Thomas Richter
2021-12-16perf ftrace: Implement cpu and task filters in BPFNamhyung Kim
2021-12-16perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim
2021-12-16perf ftrace: Add 'latency' subcommandNamhyung Kim
2021-12-16perf ftrace: Move out common code from __cmd_ftraceNamhyung Kim
2021-12-16perf ftrace: Add 'trace' subcommandNamhyung Kim
2021-12-16perf arch: Support register names from all archsGerman Gomez
2021-12-16perf arm64: Rename perf_event_arm_regs for ARM64 registersGerman Gomez
2021-12-16perf namespaces: Add helper nsinfo__is_in_root_namespace()Leo Yan
2021-12-16perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix checkMiaoqian Lin
2021-12-16perf cs-etm: Remove duplicate and incorrect aux size checksJames Clark
2021-12-16perf vendor events: Rename arm64 arch std event filesAndrew Kilroy
2021-12-16perf vendor events: For the Arm Neoverse N2Andrew Kilroy
2021-12-16perf dlfilter: Drop unused variableSalvatore Bonaccorso
2021-12-16perf arm-spe: Add SPE total latency as PERF_SAMPLE_WEIGHTNamhyung Kim
2021-12-16perf bench: Use unbuffered output when pipe/tee'ing to a fileSohaib Mohamed
2021-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-12-14tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee
2021-12-11perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin
2021-12-11perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter
2021-12-11perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter
2021-12-11perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter
2021-12-11perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter
2021-12-11perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter
2021-12-11perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter