Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1889d20922d14a97b2099fa4d47587217c0ba48b
/
kernel
/
trace
/
trace.h
1889d20
tracing/filters: Provide basic regex support
by Frederic Weisbecker
· 15 years ago
4e5292e
tracing: use the new trace_entries.h to create format files
by Steven Rostedt
· 15 years ago
d731509
tracing: show details of structures within the ftrace structures
by Steven Rostedt
· 15 years ago
0a1c49d
tracing: use macros to create internal ftrace entry ring buffer structures
by Steven Rostedt
· 15 years ago
b5130b1
tracing: do not update tracing_max_latency when tracer is stopped
by Carsten Emde
· 15 years ago
b63f39e
tracing: create generic trace parser
by jolsa@redhat.com
· 15 years ago
48659d3
tracing: move tgid out of generic entry and into userstack
by Steven Rostedt
· 15 years ago
197e2ea
tracing: move PRED macros to trace_events_filter.c
by Li Zefan
· 15 years ago
a5921c6c
tracing: remove stats from struct tracer
by Li Zefan
· 15 years ago
bd9cfca
tracing: format clean ups
by Li Zefan
· 15 years ago
e0ab5f2
tracing: remove dead code
by Li Zefan
· 15 years ago
659372d
tracing: add trace_array_printk for internal tracers to use
by Steven Rostedt
· 15 years ago
e77405a
tracing: pass around ring buffer instead of tracer
by Steven Rostedt
· 15 years ago
2f26ebd
tracing: use timestamp to determine start of latency traces
by Steven Rostedt
· 15 years ago
8248ac0
tracing: print out start and stop in latency traces
by Steven Rostedt
· 15 years ago
5d4a9db
tracing: only show tracing_max_latency when latency tracer configured
by Steven Rostedt
· 15 years ago
5079f32
ftrace: Move setting of clock-source out of options
by Zhaolei
· 15 years ago
aa38e9f
tracing/filters: Add filter_type to struct ftrace_event_field
by Li Zefan
· 15 years ago
64c12e0
tracing: Add individual syscalls tracepoint id support
by Jason Baron
· 15 years ago
89034bc
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 15 years ago
f413cdb
perf_counter: Fix/complete ftrace event records sampling
by Frederic Weisbecker
· 15 years ago
1a0799a
tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file
by Frederic Weisbecker
· 15 years ago
c0a0d0d
tracing/core: Make the stack entry helpers global
by Frederic Weisbecker
· 15 years ago
5e5bf48
tracing/core: Turn ftrace_cpu_disabled into a global var
by Frederic Weisbecker
· 15 years ago
1f9963c
tracing/filters: improve subsystem filter
by Li Zefan
· 15 years ago
dc82ec98a
tracing/filter: Remove empty subsystem and its directory
by Xiao Guangrong
· 16 years ago
020e5f8
tracing/events: Add trace_event boot option
by Li Zefan
· 16 years ago
1155de4
ring-buffer: Make it generally available
by Paul Mundt
· 16 years ago
0ad5d70
Merge branch 'tracing/hw-branch-tracing' into tracing/core
by Ingo Molnar
· 16 years ago
9456f0f
tracing: reset ring buffer when removing modules with events
by Steven Rostedt
· 16 years ago
20c8928
tracing/events: fix concurrent access to ftrace_events list
by Li Zefan
· 16 years ago
8b37256
tracing/filters: a better event parser
by Tom Zanussi
· 16 years ago
a118e4d
tracing/filters: distinguish between signed and unsigned fields
by Tom Zanussi
· 16 years ago
30e673b
tracing/filters: move preds into event_filter object
by Tom Zanussi
· 16 years ago
416dfdc
Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
by Ingo Molnar
· 16 years ago
7a4f453
tracing/events: make struct trace_entry->type to be int type
by Li Zefan
· 16 years ago
ac1adc5
tracing/filters: add filter_mutex to protect filter predicates
by Tom Zanussi
· 16 years ago
a59fd60
tracing/events: convert event call sites to use a link list
by Steven Rostedt
· 16 years ago
97f2025
tracing/events: move declarations from trace directory to core include
by Steven Rostedt
· 16 years ago
9504504
tracing: make trace_seq operations available for core kernel
by Steven Rostedt
· 16 years ago
0a19e53
tracing/filters: allow on-the-fly filter switching
by Tom Zanussi
· 16 years ago
eb02ce0
tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()
by Tom Zanussi
· 16 years ago
77d9f46
tracing/filters: use ring_buffer_discard_commit for discarded events
by Steven Rostedt
· 16 years ago
e45f2e2
tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macro
by Tom Zanussi
· 16 years ago
e1112b4
tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events
by Tom Zanussi
· 16 years ago
02af61b
tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint part
by Zhaolei
· 16 years ago
c93f216
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5452af6
tracing/ftrace: factorize the tracing files creation
by Frederic Weisbecker
· 16 years ago
86665c7
Merge branch 'tracing/urgent' into tracing/ftrace
by Ingo Molnar
· 16 years ago
cf8e347
tracing: fix incorrect return type of ns2usecs()
by Lai Jiangshan
· 16 years ago
93776a8
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
2e8844e
Merge branch 'linus' into tracing/hw-branch-tracing
by Ingo Molnar
· 16 years ago
ca2b84cb
kmemtrace: use tracepoints
by Eduard - Gabriel Munteanu
· 16 years ago
8b54e45
Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2
by Ingo Molnar
· 16 years ago
a2a16d6
function-graph: add option to calculate graph time or not
by Steven Rostedt
· 16 years ago
0706f1c
tracing: adding function timings to function profiler
by Steven Rostedt
· 16 years ago
be6f164
function-graph: add option for include sleep times
by Steven Rostedt
· 16 years ago
4bda2d5
tracing/filters: use trace_seq_printf() to print filters
by Tom Zanussi
· 16 years ago
07edf71
tracing/events: don't use wake up for events
by Frederic Weisbecker
· 16 years ago
cfb180f
tracing: add per-subsystem filtering
by Tom Zanussi
· 16 years ago
7ce7e42
tracing: add per-event filtering
by Tom Zanussi
· 16 years ago
cf027f6
tracing: add run-time field descriptions for event filtering
by Tom Zanussi
· 16 years ago
ac199db
ftrace: event profile hooks
by Peter Zijlstra
· 16 years ago
40ce74f
tracing: remove recording function depth from trace_printk
by Steven Rostedt
· 16 years ago
327019b
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
af4617b
tracing: add global-clock option to provide cross CPU clock to traces
by Steven Rostedt
· 16 years ago
4176935
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
4ca53085
tracing: protect reader of cmdline output
by Steven Rostedt
· 16 years ago
7243f21
Merge branches 'tracing/ftrace', 'tracing/syscalls' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
bed1ffc
tracing/syscalls: core infrastructure for syscalls tracing, enhancements
by Frederic Weisbecker
· 16 years ago
321bb5e
x86, hw-branch-tracer: add selftest
by Markus Metzger
· 16 years ago
62a394e
Merge branches 'tracing/ftrace' and 'tracing/syscalls'; commit 'v2.6.29-rc8' into tracing/core
by Ingo Molnar
· 16 years ago
ee08c6e
tracing/ftrace: syscall tracing infrastructure, basics
by Frederic Weisbecker
· 16 years ago
bdc06758
tracing: add comment for use of double __builtin_consant_p
by Steven Rostedt
· 16 years ago
e9fb2b6
tracing: have event_trace_printk use static tracer
by Steven Rostedt
· 16 years ago
48ead02
tracing/core: bring back raw trace_printk for dynamic formats strings
by Frederic Weisbecker
· 16 years ago
1852fcc
tracing: expand the ring buffers when an event is activated
by Steven Rostedt
· 16 years ago
da4d030
tracing: new format for specialized trace points
by Steven Rostedt
· 16 years ago
9de3682
tracing: trace_bprintk() cleanups
by Ingo Molnar
· 16 years ago
769b044
tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()
by Frederic Weisbecker
· 16 years ago
1427cdf
tracing: infrastructure for supporting binary record
by Lai Jiangshan
· 16 years ago
5e1607a
tracing: rename ftrace_printk() => trace_printk()
by Ingo Molnar
· 16 years ago
c032ef64
tracing: add latency output format option
by Steven Rostedt
· 16 years ago
2cadf91
tracing: add binary buffer files for use with splice
by Steven Rostedt
· 16 years ago
981d081
tracing: add format file to describe event struct fields
by Steven Rostedt
· 16 years ago
f952075
tracing: make trace_seq_reset global and rename to trace_seq_init
by Steven Rostedt
· 16 years ago
fd99498
tracing: add raw fast tracing interface for trace events
by Steven Rostedt
· 16 years ago
c32e827
tracing: add raw trace point recording infrastructure
by Steven Rostedt
· 16 years ago
ef5580d
tracing: add interface to write into current tracer buffer
by Steven Rostedt
· 16 years ago
d7350c3f
tracing/core: make the read callbacks reentrants
by Frederic Weisbecker
· 16 years ago
b04cc6b
tracing/core: introduce per cpu tracing files
by Frederic Weisbecker
· 16 years ago
6eaaa5d
tracing/core: use appropriate waiting on trace_pipe
by Frederic Weisbecker
· 16 years ago
3c56819
tracing: splice support for tracing_pipe
by Eduard - Gabriel Munteanu
· 16 years ago
b91facc
tracing/function-graph-tracer: handle the leaf functions from trace_pipe
by Frederic Weisbecker
· 16 years ago
1292211
tracing/power: move the power trace headers to a dedicated file
by Frederic Weisbecker
· 16 years ago
7447dce
tracing/function-graph-tracer: provide a selftest for the function graph tracer
by Frederic Weisbecker
· 16 years ago
44b0635
Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
by Ingo Molnar
· 16 years ago
57794a9
trace: trivial fixes in comment typos.
by Wenji Huang
· 16 years ago
1830b52
trace: remove deprecated entry->cpu
by Steven Rostedt
· 16 years ago
b6f11df
trace: Call tracing_reset_online_cpus before tracer->init()
by Arnaldo Carvalho de Melo
· 16 years ago
Next »