summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2014-05-29tracing: Print nasty banner when trace_printk() is in useSteven Rostedt-1/+15
2014-05-20tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott-3/+7
2014-05-20tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx definesRobert Elliott-9/+1
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)-0/+41
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)-9/+4
2014-05-14ftrace: Use the ftrace_addr helper functions to find the ftrace_addrSteven Rostedt (Red Hat)-10/+5
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)-0/+36
2014-05-14ftrace: Always inline ftrace_hash_empty() helper functionSteven Rostedt (Red Hat)-1/+1
2014-05-14ftrace: Write in missing comment from a very old commitSteven Rostedt (Red Hat)-0/+7
2014-05-14ftrace: Remove boolean of hash_enable and hash_disableSteven Rostedt (Red Hat)-6/+3
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter-3/+3
2014-05-02tracing: Use rcu_dereference_sched() for trace event triggersSteven Rostedt (Red Hat)-1/+1
2014-05-01ftrace: Have function graph tracer use global_ops for filteringSteven Rostedt (Red Hat)-8/+6
2014-04-30uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failureOleg Nesterov-5/+9
2014-04-30uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()Oleg Nesterov-18/+18
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)-34/+4
2014-04-29tracing: Break out of tracing_wait_pipe() before wait_pipe() is calledSteven Rostedt (Red Hat)-9/+9
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)-23/+4
2014-04-24tracing: Fix documentation of ftrace_set_global_{filter,notrace}()Jiaxing Wang-4/+2
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang-2/+12
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu-65/+82
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu-15/+14
2014-04-21tracing: Add static to local functionsFabian Frederick-5/+5
2014-04-21ftrace: Statically initialize pm notifier blockMathias Krause-2/+4
2014-04-21tracing: Allow irq/preempt tracers to be used by instancesSteven Rostedt (Red Hat)-7/+17
2014-04-21tracing: Allow wakeup tracers to be used by instancesSteven Rostedt (Red Hat)-0/+16
2014-04-21tracing: Move ftrace_max_lock into trace_arraySteven Rostedt (Red Hat)-28/+30
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)-36/+33
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)-209/+125
2014-04-18Merge tag 'trace-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+16
2014-04-17tracing/uprobes: Fix uprobe_cpu_buffer memory leakzhangwei(Jovi)-0/+6
2014-04-16tracing: Do not try to recreated toplevel set_ftrace_* filesSteven Rostedt (Red Hat)-6/+10
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+2
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-42/+66
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro-2/+2
2014-04-10tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)-0/+2
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers-2/+4
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers-40/+60
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-1/+2
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza-1/+2
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-8/+11
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-0/+1
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-246/+604
2014-04-01pipe: kill ->map() and ->unmap()Al Viro-4/+0
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds-9/+11
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+2
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+19
2014-03-25tracing: Fix traceon trigger condition to actually turn tracing onSteven Rostedt (Red Hat)-2/+25
2014-03-24tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin-0/+3