summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2013-05-07tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)1-21/+54
2013-05-07tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)1-4/+29
2013-05-07tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)1-5/+7
2013-04-16tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2013-04-12ftrace: Consistently restore trace function on sysctl enablingJan Kiszka1-6/+2
2013-04-05tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)4-16/+63
2013-04-05tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)1-7/+12
2013-03-28tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-03-28tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)1-1/+2
2013-03-14ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt1-10/+14
2013-03-04ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)1-14/+32
2013-01-27ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2013-01-17ring-buffer: Fix race between integrity check and readersSteven Rostedt1-2/+5
2012-12-17ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-07-16splice: fix racy pipe->buffers usesEric Dumazet1-2/+4
2012-07-16tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik1-0/+2
2012-06-22tracing: Have tracing_off() actually turn tracing offSteven Rostedt1-1/+1
2012-05-10tracing: Do not enable function event with enableSteven Rostedt2-1/+5
2012-04-19tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt1-0/+5
2012-04-16tracing: Fix regression with tracing_onSteven Rostedt1-3/+5
2012-04-13tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown1-2/+2
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-16/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-16/+2
2012-03-27tracing: Fix ent_size in trace outputSteven Rostedt1-0/+4
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar1-1/+1
2012-03-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2-5/+13
2012-03-22tracing: Fix ftrace stack trace entriesWolfgang Mauerer2-5/+13
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-03-20constify path argument of trace_seq_path()Al Viro1-1/+1
2012-03-13tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown1-2/+0
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat1-1/+2
2012-03-01tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt1-0/+2
2012-02-27tracing: Do not select FRAME_POINTER on PPCGerlando Falauto1-1/+1
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt3-97/+168
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa4-9/+168
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa4-47/+82
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa4-2/+106
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa4-1/+11
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa4-49/+97
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa2-7/+106
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt1-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin1-2/+4
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer3-7/+6
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim1-3/+3
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa1-6/+9
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-345/+683
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-3/+3
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-37/+138
2012-01-03switch debugfs to umode_tAl Viro3-3/+3