Sign in
googlers
/
maze
/
linux
/
a3ff5fbc94a829680d4aa005cd17add1c1a1fb5b
/
kernel
/
trace
/
trace.h
e097291
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
457d177
uprobes/tracing: Generalize struct uprobe_trace_entry_head
by Oleg Nesterov
· 12 years ago
b3a8c6f
tracing: Move find_event_field() into trace_events.c
by zhangwei(Jovi)
· 12 years ago
328df47
tracing: Add function-trace option to disable function tracing of latency tracers
by Steven Rostedt (Red Hat)
· 12 years ago
ca268da
tracing: Add internal ftrace trace_puts() for ftrace to use
by Steven Rostedt (Red Hat)
· 12 years ago
09ae723
tracing: Add trace_puts() for even faster trace_printk() tracing
by Steven Rostedt (Red Hat)
· 12 years ago
55034cd
tracing: Add alloc_snapshot kernel command line parameter
by Steven Rostedt (Red Hat)
· 12 years ago
a695cb5
tracing: Prevent deleting instances when they are being read
by Steven Rostedt (Red Hat)
· 12 years ago
45ad21c
tracing: Have trace_array keep track if snapshot buffer is allocated
by Steven Rostedt (Red Hat)
· 12 years ago
12883ef
tracing: Consolidate max_tr into main trace_array structure
by Steven Rostedt (Red Hat)
· 12 years ago
873c642
tracing: Clear all trace buffers when unloaded module event was used
by Steven Rostedt (Red Hat)
· 12 years ago
34ef61b
tracing: Add __per_cpu annotation to trace array percpu data pointer
by Steven Rostedt (Red Hat)
· 12 years ago
92edca0
tracing: Use direct field, type and system names
by Steven Rostedt
· 12 years ago
0c8916c
tracing: Add rmdir to remove multibuffer instances
by Steven Rostedt
· 12 years ago
277ba04
tracing: Add interface to allow multiple trace buffers
by Steven Rostedt
· 12 years ago
12ab74e
tracing: Make syscall events suitable for multiple buffers
by Steven Rostedt
· 12 years ago
a7603ff
tracing: Replace the static global per_cpu arrays with allocated per_cpu
by Steven Rostedt
· 12 years ago
2b6080f
tracing: Encapsulate global_trace and remove dependencies on global vars
by Steven Rostedt
· 13 years ago
ae3b509
tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
by Steven Rostedt
· 12 years ago
ae63b31
tracing: Separate out trace events from global variables
by Steven Rostedt
· 13 years ago
613f04a
tracing: Prevent buffer overwrite disabled for latency tracers
by Steven Rostedt (Red Hat)
· 12 years ago
debdd57
tracing: Make a snapshot feature available from userspace
by Hiraku Toyooka
· 12 years ago
567cd4d
ring-buffer: User context bit recursion checking
by Steven Rostedt
· 12 years ago
edc15ca
tracing: Avoid unnecessary multiple recursion checks
by Steven Rostedt
· 12 years ago
e46cbf7
tracing: Make the trace recursion bits into enums
by Steven Rostedt
· 12 years ago
c29f122
ftrace: Add context level recursion bit checking
by Steven Rostedt
· 12 years ago
8be0709
tracing: Format non-nanosec times from tsc clock without a decimal point.
by David Sharp
· 12 years ago
0d5c6e1
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
by Steven Rostedt
· 12 years ago
c7b84ec
tracing: Remove unused function unregister_tracer()
by Steven Rostedt
· 13 years ago
7ffbd48
tracing: Cache comms only after an event occurred
by Steven Rostedt
· 12 years ago
8169883
tracing: Enable comm recording if trace_printk() is used
by Steven Rostedt
· 12 years ago
f43c738
tracing: Change tracer's integer flags to bool
by Hiraku Toyooka
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
5224c3a
tracing: Add an option for disabling markers
by Mandeep Singh Baines
· 12 years ago
d20b92a
userns: Teach trace to use from_kuid
by Eric W. Biederman
· 13 years ago
ad97772
ftrace: Add selftest to test function save-regs support
by Steven Rostedt
· 13 years ago
6d158a8
tracing: Remove NR_CPUS array from trace_iterator
by Steven Rostedt
· 13 years ago
654443e
Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
16ee657
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 13 years ago
9cba26e
Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/uprobes
by Ingo Molnar
· 13 years ago
f3f096c
tracing: Provide trace events interface for uprobes
by Srikar Dronamraju
· 13 years ago
438ced1
ring-buffer: Add per_cpu ring buffer control files
by Vaibhav Nagarnaik
· 13 years ago
07d777f
tracing: Add percpu buffers for trace_printk()
by Steven Rostedt
· 13 years ago
6e48b55
tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)
by Mark Brown
· 13 years ago
fa73dc9
tracing: Fix build breakage without CONFIG_PERF_EVENTS
by Mark Brown
· 13 years ago
499e547
tracing/ring-buffer: Only have tracing_on disable tracing buffers
by Steven Rostedt
· 13 years ago
5500fa5
ftrace, perf: Add filter support for function trace event
by Jiri Olsa
· 13 years ago
02aa316
ftrace: Allow to specify filter field type for ftrace events
by Jiri Olsa
· 13 years ago
ced3900
ftrace, perf: Add support to use function tracepoint in perf
by Jiri Olsa
· 13 years ago
e59a0bf
ftrace: Add FTRACE_ENTRY_REG macro to allow event registration
by Jiri Olsa
· 13 years ago
e248491
ftrace: Add enable/disable ftrace_ops control interface
by Jiri Olsa
· 13 years ago
972b2c7
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
f4ae40a
switch debugfs to umode_t
by Al Viro
· 14 years ago
77271ce
tracing: Add irq, preempt-count and need resched info to default trace output
by Steven Rostedt
· 13 years ago
7e9a49e
tracing/latency: Fix header output for latency tracers
by Jiri Olsa
· 13 years ago
e0a413f
tracing: Warn on output if the function tracer was found corrupted
by Steven Rostedt
· 13 years ago
1d0e78e
tracing/filter: Add startup tests for events filter
by Jiri Olsa
· 13 years ago
61aaef5
tracing/filter: Remove field_name from filter_pred struct
by Jiri Olsa
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
40bcea7
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
492f73a
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
e4a3f54
tracing: Still trace filtered irq functions when irq trace is disabled
by Steven Rostedt
· 14 years ago
e9dbfae
tracing: Fix bug when reading system filters on module removal
by Steven Rostedt
· 14 years ago
1fd8df2
tracing/kprobes: Fix kprobe-tracer to support stack trace
by Masami Hiramatsu
· 14 years ago
cf30cf6
tracing: Add disable_on_free option
by Steven Rostedt
· 14 years ago
b1cff0a
ftrace: Add internal recursive checks
by Steven Rostedt
· 14 years ago
95950c2
ftrace: Add self-tests for multiple function trace users
by Steven Rostedt
· 14 years ago
9a24470
tracing: Align 4 byte ints together in struct tracer
by Steven Rostedt
· 14 years ago
750912f
tracing: Add an 'overwrite' trace_option.
by David Sharp
· 14 years ago
bf93f9e
tracing/filter: Increase the max preds to 2^14
by Steven Rostedt
· 14 years ago
4a3d27e
tracing/filter: Move MAX_FILTER_PRED to local tracing directory
by Steven Rostedt
· 14 years ago
43cd414
tracing/filter: Optimize filter by folding the tree
by Steven Rostedt
· 14 years ago
61e9dea
tracing/filter: Use a tree instead of stack for filter_match_preds()
by Steven Rostedt
· 14 years ago
74e9e58
tracing/filter: Allocate the preds in an array
by Steven Rostedt
· 14 years ago
c9c53ca
tracing/filter: Dynamically allocate preds
by Steven Rostedt
· 14 years ago
58d9a59
tracing/filter: Move OR and AND logic out of fn() method
by Steven Rostedt
· 14 years ago
0a77262
tracing: Make graph related irqs/preemptsoff functions global
by Jiri Olsa
· 14 years ago
4aed2fd
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
955b61e
ftrace,kdb: Extend kdb to be able to dump the ftrace buffer
by Jason Wessel
· 14 years ago
3a01736
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 15 years ago
ef710e1
tracing: Shrink max latency ringbuffer if unnecessary
by KOSAKI Motohiro
· 15 years ago
e870e9a
tracing: Allow to disable cmdline recording
by Li Zefan
· 15 years ago
eb7beb5
tracing: Remove special traces
by Frederic Weisbecker
· 15 years ago
f376bf5
tracing: Remove sysprof ftrace plugin
by Frederic Weisbecker
· 15 years ago
5d55046
tracing: Remove ksym tracer
by Frederic Weisbecker
· 15 years ago
8728fe5
tracing: Don't allocate common fields for every trace events
by Li Zefan
· 15 years ago
c726b61
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
by Ingo Molnar
· 15 years ago
039ca4e
tracing: Remove kmemtrace ftrace plugin
by Li Zefan
· 15 years ago
30dbb20e
tracing: Remove boot tracer
by Américo Wang
· 15 years ago
5168ae5
tracing: Remove ftrace_preempt_disable/enable
by Steven Rostedt
· 15 years ago
f0218b3
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6
by Steven Rostedt
· 15 years ago
e1f7992
tracing: Fix function declarations if !CONFIG_STACKTRACE
by Li Zefan
· 15 years ago
553552c
tracing: Combine event filter_active and enable into single flags field
by Steven Rostedt
· 15 years ago
2e33af0
tracing: Move fields from event to class structure
by Steven Rostedt
· 15 years ago
62b915f
tracing: Add graph output support for irqsoff tracer
by Jiri Olsa
· 15 years ago
d7a8d9e
tracing: Have graph flags passed in to ouput functions
by Jiri Olsa
· 15 years ago
93ccae7
tracing/kprobes: Support basic types on dynamic events
by Masami Hiramatsu
· 15 years ago
faa4602
x86, perf, bts, mm: Delete the never used BTS-ptrace code
by Peter Zijlstra
· 15 years ago
8655e7e
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
Next »