Skip to content

Instantly share code, notes, and snippets.

@ardentperf
Last active December 9, 2022 03:11
Show Gist options
  • Save ardentperf/92719fedeea34506012513d5a9ca6231 to your computer and use it in GitHub Desktop.
Save ardentperf/92719fedeea34506012513d5a9ca6231 to your computer and use it in GitHub Desktop.
# https://github.com/brendangregg/FlameGraph
#
# skipping directories "test" and "demos"
~/src/FlameGraph$ for F in $(find . -type f -a \! -path ./test\* -a \! -path ./.git\* -a \! -path ./demos\*); do echo $(egrep "(Free Software.*version|CDDL-|Apache)" $F||echo "UNKNOWN") -- $F -- $(git shortlog -s $F|awk '{$1="";print}') ; done | sort
# as published by the Free Software Foundation; either version 2 -- ./difffolded.pl -- Brendan Gregg
# as published by the Free Software Foundation; either version 2 -- ./stackcollapse-bpftrace.pl -- Jose Fernandez Peter Sanford
# as published by the Free Software Foundation; either version 2 -- ./stackcollapse-go.pl -- Peter Sanford yangsijie
# as published by the Free Software Foundation; either version 2 -- ./stackcollapse-jstack.pl -- Brendan Gregg Eduard Wirch Frank Pavageau Gabriel Corona Olli Kuonanoja Peter Sanford
# as published by the Free Software Foundation; either version 2 -- ./stackcollapse-xdebug.php -- Andreas Cederholm Miriam Lauter
# http://opensource.org/licenses/CDDL-1.0. -- ./flamegraph.pl -- Adrien Mahieux Andrew Ekstedt Brendan Gregg Brooks Davis Christoph Hasse Daniel Knittl-Frank Dave Pacheco Jack Vreeken Jiale Zhi Matthieu Patou Michael Langfermann Rhys Hiltner Riccardo Magliocchetti Ryan Stone Shawn Sterling T Jake Luciani Tim Bunce Vincent Bernat Yichun Zhang (agentzh) bjorn3 nitsanw xmo-odoo
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-chrome-tracing.py -- Marcin Kolny
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-elfutils.pl -- Gabriel Corona
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-gdb.pl -- Gabriel Corona
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-ljp.awk -- Brendan Gregg Peter Sanford
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-perf.pl -- Antonio Pérez Brendan Gregg GHugo Gabriel Corona Georgiev, Veselin Greg Bentley Jan Kończak Matthieu Patou Milian Wolff Peter Sanford Rhys Hiltner Ryan Stone Shimin Guo Stephan Bergmann T Jake Luciani Todd Lipcon Yuanfang chen mephi42
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-perf-sched.awk -- Alex Reece
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse.pl -- Brendan Gregg Brian King Dave Pacheco Gabriel Corona Norman Maurer Peter Sanford Ryan Stone
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-recursive.pl -- Gabriel Corona
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-stap.pl -- Brendan Gregg Peter Sanford Ryan Stone
# http://opensource.org/licenses/CDDL-1.0. -- ./stackcollapse-wcp.pl -- Ștefan Talpalaru
# Licensed under the Apache License, Version 2.0 (the "License") -- ./files.pl -- Brendan Gregg Milian Wolff
# Licensed under the Apache License, Version 2.0 (the "License") -- ./pkgsplit-perf.pl -- Brendan Gregg
# Licensed under the Apache License, Version 2.0 (the "License") -- ./range-perf.pl -- Brendan Gregg
# or http://opensource.org/licenses/CDDL-1.0. -- ./dev/hcstackcollapse.pl -- Brendan Gregg Gabriel Corona Peter Sanford
# or http://opensource.org/licenses/CDDL-1.0. -- ./dev/hotcoldgraph.pl -- Brendan Gregg
UNKNOWN -- ./aix-perf.pl -- Sergey Petrov
UNKNOWN -- ./dev/gatherhc-kern.d -- Brendan Gregg
UNKNOWN -- ./dev/gatherthc-kern.d -- Brendan Gregg
UNKNOWN -- ./dev/README -- Brendan Gregg
UNKNOWN -- ./dev/thcstackcollapse.pl -- Brendan Gregg Gabriel Corona
UNKNOWN -- ./docs/cddl1.txt -- Brendan Gregg
UNKNOWN -- ./example-dtrace-stacks.txt -- Brendan Gregg
UNKNOWN -- ./example-dtrace.svg -- Brendan Gregg
UNKNOWN -- ./example-perf-stacks.txt.gz -- Brendan Gregg
UNKNOWN -- ./example-perf.svg -- Brendan Gregg
UNKNOWN -- ./jmaps -- Andre Kelpe Brendan Gregg Patrick Cable Rohit Agarwal Simon Zhou
UNKNOWN -- ./README.md -- Brendan Gregg Chris Paxton Daniel Compton Daniel Knittl-Frank candide guevara yangsijie Ștefan Talpalaru
UNKNOWN -- ./record-test.sh -- Brendan Gregg Daniel Black
UNKNOWN -- ./stackcollapse-aix.pl -- Sergey Petrov
UNKNOWN -- ./stackcollapse-instruments.pl -- Carol (Nichols || Goulding) Jayson Rhynas Marc Di Luzio Mark Probst
UNKNOWN -- ./stackcollapse-java-exceptions.pl -- Paul Colin de Verdiere pcdv
UNKNOWN -- ./stackcollapse-pmc.pl -- Ed Maste Mateusz Guzik
UNKNOWN -- ./stackcollapse-sample.awk -- Alex Blewitt
UNKNOWN -- ./stackcollapse-vsprof.pl -- candide guevara
UNKNOWN -- ./stackcollapse-vtune-mc.pl -- UnpluggedCoder
UNKNOWN -- ./stackcollapse-vtune.pl -- Brendan Gregg rbakkann rohith14
UNKNOWN -- ./.travis.yml -- Daniel Black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment