summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-12-11 13:28:02 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2021-12-11 13:28:02 -0800
commitbbdff6d583be718935b613ab2a966cddaadf661f (patch)
treee1934e1943c48d93aecd2607db8ba71bd682ebc1 /tools/perf/scripts/python/flamegraph.py
parenteccea80be2576dee642bc6cab20f1a242d58a08c (diff)
parent9937e8daab29d9e20de6b7bc56c76db7a4eeda69 (diff)
downloadkernel-bbdff6d583be718935b613ab2a966cddaadf661f.tar.gz
Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
Pull perf tools fixes from Arnaldo Carvalho de Melo: - Prevent out-of-bounds access to per sample registers. - Fix NULL vs IS_ERR_OR_NULL() checking on the python binding. - Intel PT fixes, half of those are one-liners: - Fix some PGE (packet generation enable/control flow packets) usage. - Fix sync state when a PSB (synchronization) packet is found. - Fix intel_pt_fup_event() assumptions about setting state type. - Fix state setting when receiving overflow (OVF) packet. - Fix next 'err' value, walking trace. - Fix missing 'instruction' events with 'q' option. - Fix error timestamp setting on the decoder error path. * tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf python: Fix NULL vs IS_ERR_OR_NULL() checking perf intel-pt: Fix error timestamp setting on the decoder error path perf intel-pt: Fix missing 'instruction' events with 'q' option perf intel-pt: Fix next 'err' value, walking trace perf intel-pt: Fix state setting when receiving overflow (OVF) packet perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state type perf intel-pt: Fix sync state when a PSB (synchronization) packet is found perf intel-pt: Fix some PGE (packet generation enable/control flow packets) usage perf tools: Prevent out-of-bounds access to registers
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
31'>tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo 2015-07-05tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo 2015-07-05tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo 2015-06-02tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/includeWang Nan 2015-06-02perf tools: Move linux/kernel.h to tools/includeWang Nan 2015-05-18tools include: add __aligned_u64 to types.h.Wang Nan 2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo 2015-05-08perf tools: Move barrier() definition to tools/include/linux/compiler.hArnaldo Carvalho de Melo 2015-01-16tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo 2014-12-17tools: Adopt roundup_pow_of_twoArnaldo Carvalho de Melo 2014-12-17tools: Adopt rounddown_pow_of_two and depsArnaldo Carvalho de Melo 2014-12-17tools: Adopt fls_long and depsArnaldo Carvalho de Melo 2014-12-17tools: Move bitops.h from tools/perf/util to tools/Arnaldo Carvalho de Melo 2014-12-17tools: Move code originally from linux/log2.h to tools/include/linux/Arnaldo Carvalho de Melo 2014-05-05perf tools: Move ACCESS_ONCE from perf.h headerJiri Olsa 2014-05-01tools: Consolidate types.hBorislav Petkov 2014-05-01tools: Unify export.hBorislav Petkov 2014-02-18perf tools: Move hash.h headerBorislav Petkov 2014-01-13tools include: Define likely/unlikely in linux/compiler.hNamhyung Kim 2014-01-13tools include: Move perf's linux/compiler.h to a generic placeNamhyung Kim