Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4f2bf0ace0f96cc693002e1bbde967fa2356bc43
/
kernel
/
trace
/
trace.c
e428abb
tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not set
by Chen Gang
· 9 years ago
03e88ae6
tracing: Remove unused ftrace_cpu_disabled per cpu variable
by Dmitry Safonov
· 9 years ago
8b12919
tracing: Make tracing work when debugfs is not configured in
by Jiaxing Wang
· 9 years ago
43ed384
tracing: Put back comma for empty fields in boot string parsing
by Steven Rostedt (Red Hat)
· 9 years ago
a4d1e68
tracing: Apply tracer specific options from kernel command line.
by Jiaxing Wang
· 9 years ago
919cd97
tracing: Allow dumping traces without tracking trace started cpus
by Sasha Levin
· 9 years ago
681a4a2
tracing: Update instance_rmdir() to use tracefs_remove_recursive
by Jiaxing Wang
· 9 years ago
37aea98
tracing: Add trace options for tracer options to instances
by Steven Rostedt (Red Hat)
· 9 years ago
1627014
tracing: Add trace options for core options to instances
by Steven Rostedt (Red Hat)
· 9 years ago
2d34f48
tracing: Make ftrace_trace_stack() depend on general trace_array flag
by Steven Rostedt (Red Hat)
· 9 years ago
9a38a88
tracing: Add a method to pass in trace_array descriptor to option files
by Steven Rostedt (Red Hat)
· 9 years ago
983f938
tracing: Move trace_flags from global to a trace_array field
by Steven Rostedt (Red Hat)
· 9 years ago
5557720
tracing: Move sleep-time and graph-time options out of the core trace_flags
by Steven Rostedt (Red Hat)
· 9 years ago
b9f9108
tracing: Remove access to trace_flags in trace_printk.c
by Steven Rostedt (Red Hat)
· 9 years ago
b5e87c0
tracing: Add build bug if we have more trace_flags than bits
by Steven Rostedt (Red Hat)
· 9 years ago
41d9c0b
tracing: Always show all tracer options in the options directory
by Steven Rostedt (Red Hat)
· 9 years ago
73dddbb
tracing: Only create stacktrace option when STACKTRACE is configured
by Steven Rostedt (Red Hat)
· 9 years ago
8179e8a
tracing: Do not create function tracer options when not compiled in
by Steven Rostedt (Red Hat)
· 9 years ago
729358d
tracing: Only create function graph options when it is compiled in
by Steven Rostedt (Red Hat)
· 9 years ago
a3418a3
tracing: Use TRACE_FLAGS macro to keep enums and strings matched
by Steven Rostedt (Red Hat)
· 9 years ago
938db5f
tracing: Remove unused tracing option "ftrace_preempt"
by Steven Rostedt (Red Hat)
· 9 years ago
0390558
tracing: Move "display-graph" option to main options
by Steven Rostedt (Red Hat)
· 9 years ago
ca475e8
tracing: Make ftrace_trace_stack() static
by Steven Rostedt (Red Hat)
· 9 years ago
b7f0c95
tracing: Pass trace_array into trace_buffer_unlock_commit()
by Steven Rostedt (Red Hat)
· 9 years ago
4190741
tracing: Remove unused function trace_current_buffer_lock_reserve()
by Steven Rostedt (Red Hat)
· 9 years ago
d78a461
tracing: Remove ftrace_trace_stack_regs()
by Steven Rostedt (Red Hat)
· 9 years ago
5e2d5ef
ftrace: correct the counter increment for trace_buffer data
by Umesh Tiwari
· 10 years ago
7291723
tracing: Fix for non-continuous cpu ids
by Gil Fruchter
· 10 years ago
9fe6b77
tracing: Prefer kcalloc over kzalloc with multiply
by Gil Fruchter
· 10 years ago
5d6ad96
tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*
by Steven Rostedt (Red Hat)
· 10 years ago
2425bcb
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
by Steven Rostedt (Red Hat)
· 10 years ago
7f1d2f8
tracing: Rename ftrace_event_file to trace_event_file
by Steven Rostedt (Red Hat)
· 10 years ago
aabfa5f
ftrace: Provide trace clock monotonic raw
by Drew Richardson
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
7682c91
VFS: kernel/: d_inode() annotations
by David Howells
· 10 years ago
eeee78c
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
3f3c73de
Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
9828413
tracing: Add enum_map file to show enums that have been mapped
by Steven Rostedt (Red Hat)
· 10 years ago
3673b8e
tracing: Allow for modules to convert their enums to values
by Steven Rostedt (Red Hat)
· 10 years ago
0c564a5
tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values
by Steven Rostedt (Red Hat)
· 10 years ago
1a40243
tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks
by Tejun Heo
· 10 years ago
41cbc01
Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
7215853
tracing: Fix unmapping loop in tracing_mark_write
by Vikram Mulukutla
· 10 years ago
eae4735
tracing: Have mkdir and rmdir be part of tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
f76180b
tracing: Automatically mount tracefs on debugfs/tracing
by Steven Rostedt (Red Hat)
· 10 years ago
8434dc9
tracing: Convert the tracing facility over to use tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
09d23a1
tracing: Create cmdline tracer options on tracing fs init
by Steven Rostedt (Red Hat)
· 10 years ago
0f67f04
tracing: Only create tracer options files if directory exists
by Steven Rostedt (Red Hat)
· 10 years ago
dfbc153
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into trace/ftrace/tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
7eeafbc
tracing: Separate out initializing top level dir from instances
by Steven Rostedt (Red Hat)
· 10 years ago
c602894
tracing: Make tracing_init_dentry_tr() static
by Steven Rostedt (Red Hat)
· 10 years ago
69a1c99
tracing: Remove newline from trace_printk warning banner
by Borislav Petkov
· 10 years ago
14a5ae4
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
by Steven Rostedt (Red Hat)
· 10 years ago
83829b7
tracing: Remove extra call to init_ftrace_syscalls()
by Steven Rostedt (Red Hat)
· 10 years ago
d716ff7
tracing: Remove taking of trace_types_lock in pipe files
by Steven Rostedt (Red Hat)
· 10 years ago
cf6ab6d
tracing: Add ref count to tracer for when they are being read by pipe
by Steven Rostedt (Red Hat)
· 10 years ago
a7c180a
Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
0daa2302
tracing: Add tp_printk cmdline to have tracepoints go to printk()
by Steven Rostedt (Red Hat)
· 10 years ago
5f893b2
tracing: Move enabling tracepoints to just after rcu_init()
by Steven Rostedt (Red Hat)
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
350e4f4
Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
1dd7dcb
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
ba00410
Merge branch 'iov_iter' into for-next
by Al Viro
· 10 years ago
3558a5a
tracing: Truncated output is better than nothing
by Dan Carpenter
· 10 years ago
a020010
Merge Linus' tree to be be to apply submitted patches to newer code than
by Jiri Kosina
· 10 years ago
eff264e
kernel: trace: fix printk message
by Frans Klaver
· 10 years ago
820b75f
tracing: Add paranoid size check in trace_printk_seq()
by Steven Rostedt (Red Hat)
· 10 years ago
5ac48378
tracing: Use trace_seq_used() and seq_buf_used() instead of len
by Steven Rostedt (Red Hat)
· 10 years ago
74f06bb
tracing: Clean up tracing_fill_pipe_page()
by Steven Rostedt (Red Hat)
· 10 years ago
3a161d9
tracing: Create seq_buf layer in trace_seq
by Steven Rostedt (Red Hat)
· 11 years ago
19a7fe2
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
by Steven Rostedt (Red Hat)
· 10 years ago
d79ac28
tracing: Merge consecutive seq_puts calls
by Rasmus Villemoes
· 10 years ago
fa6f0cc
tracing: Replace seq_printf by simpler equivalents
by Rasmus Villemoes
· 10 years ago
933ff9f
tracing: Fix traceoff_on_warning handling on boot command line
by Luis Claudio R. Goncalves
· 10 years ago
07906da
tracing: Do not risk busy looping in buffer splice
by Rabin Vincent
· 10 years ago
e30f53a
tracing: Do not busy wait in buffer splice
by Rabin Vincent
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
e7fda6c
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
b8c0aa4
Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
1b3e5c0
ftrace: Provide trace clocks monotonic
by Thomas Gleixner
· 10 years ago
58d4e21
tracing: Fix wraparound problems in "uptime" trace clock
by Tony Luck
· 10 years ago
6508fa7
tracing: let user specify tracing_thresh after selecting function_graph
by Stanislav Fomichev
· 10 years ago
f0160a5
tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs
by zhangwei(Jovi)
· 11 years ago
8abfb87
tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
by zhangwei(Jovi)
· 11 years ago
ca65ef1
Merge branch 'trace/ftrace/urgent' into trace/ftrace/core
by Steven Rostedt (Red Hat)
· 11 years ago
099ed15
tracing: Remove ftrace_stop/start() from reading the trace file
by Steven Rostedt (Red Hat)
· 11 years ago
d048a8c7
tracing: Add description of set_graph_notrace to tracing/README
by Namhyung Kim
· 11 years ago
3f4d8f7
tracing: Remove unnecessary null test before debugfs_remove()
by Fabian Frederick
· 11 years ago
1230627
tracing: Move the trace_seq_* functions into its own trace_seq.c file
by Steven Rostedt (Red Hat)
· 11 years ago
f0b70cc
tracing: Fix leak of per cpu max data in instances
by Steven Rostedt (Red Hat)
· 11 years ago
a6af8fb
tracing: Cleanup saved_cmdlines_size changes
by Namhyung Kim
· 11 years ago
8b8b368
ring-buffer: Check if buffer exists before polling
by Steven Rostedt (Red Hat)
· 11 years ago
a9fcaaa
tracing: Fix memory leak on instance deletion
by Steven Rostedt (Red Hat)
· 11 years ago
23aaa3c
tracing: Fix leak of ring buffer data when new instances creation fails
by Steven Rostedt (Red Hat)
· 11 years ago
939c7a4
tracing: Introduce saved_cmdlines_size file
by Yoshihiro YUNOMAE
· 11 years ago
198376c
tracing: Eliminate double free on failure of allocation on boot up
by Yoshihiro YUNOMAE
· 11 years ago
4c27e75
tracing: Move locking of trace_cmdline_lock into start/stop seq calls
by Steven Rostedt (Red Hat)
· 11 years ago
379cfda
tracing: Try again for saved cmdline if failed due to locking
by Steven Rostedt (Red Hat)
· 11 years ago
42584c8
tracing: Have saved_cmdlines use the seq_read infrastructure
by Yoshihiro YUNOMAE
· 11 years ago
2184db4
tracing: Print nasty banner when trace_printk() is in use
by Steven Rostedt
· 11 years ago
Next »