summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-03-02 13:53:59 -0500
committerSteven Rostedt <srostedt@redhat.com>2009-03-02 14:27:27 -0500
commit981d081ec8b958b7d962ee40d433581a55d40fc5 (patch)
tree366aa5da7dc98cc2354002946e6f19ec60c02301 /tools/perf/scripts/python/bin/stackcollapse-report
parentf9520750c4c9924c14325cd951efae5fae58104c (diff)
downloadkernel-981d081ec8b958b7d962ee40d433581a55d40fc5.tar.gz
tracing: add format file to describe event struct fields
This patch adds the "format" file to the trace point event directory. This is based off of work by Tom Zanussi, in which a file is exported to be tread from user land such that a user space app may read the binary record stored in the ring buffer. # cat /debug/tracing/events/sched/sched_switch/format field:pid_t prev_pid; offset:12; size:4; field:int prev_prio; offset:16; size:4; field special:char next_comm[TASK_COMM_LEN]; offset:20; size:16; field:pid_t next_pid; offset:36; size:4; field:int next_prio; offset:40; size:4; Idea-from: Tom Zanussi <tzanussi@gmail.com> Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
tro/kernel/commit/lib/Kconfig.ubsan?h=linux-6.18.y&id=03f16cd020eb8bb2eb837e2090086f296a9fa91d'>objtool: Add CONFIG_OBJTOOLJosh Poimboeuf 2022-03-23Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver 2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook 2021-02-26ubsan: remove overflow checksAndrey Ryabinin 2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann 2020-12-15ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook 2020-12-15ubsan: enable for all*config buildsKees Cook 2020-12-15ubsan: disable UBSAN_TRAP for all*configKees Cook 2020-12-15ubsan: disable object-size sanitizer under GCCKees Cook 2020-12-15ubsan: move cc-option tests into KconfigKees Cook 2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook 2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu 2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann 2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook 2020-05-07ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook