summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2012-05-10tracing: Do not enable function event with enableSteven Rostedt-1/+5
2012-04-19tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt-0/+5
2012-04-16tracing: Fix regression with tracing_onSteven Rostedt-3/+5
2012-04-13tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown-2/+2
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-16/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd-16/+2
2012-03-27tracing: Fix ent_size in trace outputSteven Rostedt-0/+4
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar-1/+1
2012-03-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-5/+13
2012-03-22tracing: Fix ftrace stack trace entriesWolfgang Mauerer-5/+13
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2012-03-20constify path argument of trace_seq_path()Al Viro-1/+1
2012-03-13tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown-2/+0
2012-03-13ftrace: Fix function_graph for archs that test ftrace_trace_functionRajesh Bhagat-1/+2
2012-03-01tracing: Keep NMI watchdog from triggering when dumping traceSteven Rostedt-0/+2
2012-02-27tracing: Do not select FRAME_POINTER on PPCGerlando Falauto-1/+1
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt-97/+168
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa-9/+168
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa-47/+82
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa-2/+106
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa-2/+20
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa-1/+11
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa-49/+97
2012-02-21ftrace: Add enable/disable ftrace_ops control interfaceJiri Olsa-7/+106
2012-02-21tracing: Don't use p->len field to determine output in __print_*() functionsSteven Rostedt-3/+3
2012-02-20tracing: Don't print an extra separator of flagsAndrey Vagin-2/+4
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer-7/+6
2012-02-13ftrace: sched_switch plugin is deprecatedGeunsik Lim-3/+3
2012-02-03ftrace: Change filter/notrace set functions to return exit codeJiri Olsa-6/+9
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-345/+683
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-3/+3
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-37/+138
2012-01-03switch debugfs to umode_tAl Viro-3/+3
2011-12-21tracing: Factorize filter creationTejun Heo-141/+142
2011-12-21tracing: Have stack tracing set filtered functions at bootSteven Rostedt-0/+11
2011-12-21ftrace: Allow access to the boot time function enablingSteven Rostedt-4/+4
2011-12-21tracing: Have stack_tracer use a separate list of functionsSteven Rostedt-1/+18
2011-12-21ftrace: Decouple hash items from showing filtered functionsSteven Rostedt-8/+8
2011-12-21ftrace: Allow other users of function tracing to use the output listingSteven Rostedt-16/+25
2011-12-21ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt-11/+17
2011-12-21ftrace: Fix ftrace hash record update with notraceSteven Rostedt-1/+1
2011-12-21ftrace: Use bsearch to find record ipSteven Rostedt-15/+23
2011-12-21ftrace: Sort the mcount records on each pageSteven Rostedt-0/+29
2011-12-21ftrace: Replace record newlist with record page listSteven Rostedt-31/+37
2011-12-21ftrace: Allocate the mcount record pages as groupsSteven Rostedt-51/+128
2011-12-21ftrace: Remove usage of "freed" recordsSteven Rostedt-51/+49
2011-12-21ftrace: Allow archs to modify code without stop machineSteven Rostedt-38/+215
2011-12-21ftrace: Fix unregister ftrace_ops accountingJiri Olsa-14/+13
2011-12-11trace: Allow ftrace_dump() to be called from modulesPaul E. McKenney-0/+1
2011-12-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-28/+79