summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
valds 2021-07-01init: print out unknown kernel parametersAndrew Halaney 2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar 2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu 2021-06-05pid: take a reference when initializing `cad_pid`Mark Rutland 2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra 2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider 2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker 2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-05-07init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes 2021-05-03Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang 2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin