summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 21a356bd27f6c797208fae48addf15670bc3f606 (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 "$@"
secs_to_jiffies scriptEaswar Hariharan 2024-12-03scripts/nsdeps: get 'make nsdeps' working againMasahiro Yamada 2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra 2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall 2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li 2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li 2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li 2024-09-27[tree-wide] finally take no_llseek outAl Viro 2024-08-15coccinelle: Add rules to find str_down_up() replacementsKees Cook 2024-08-15coccinelle: Add rules to find str_up_down() replacementsMichal Wajdeczko