summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-04-02Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-26tracing: Fix traceon trigger condition to actually turn tracing onSteven Rostedt (Red Hat)
2014-03-24tracing: Add BUG_ON when stack end location is over writtenAaron Tomlin
2014-03-21Revert "tracing: Move event storage for array from macro to standalone function"Steven Rostedt (Red Hat)
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik
2014-03-18uprobes: Kconfig dependency fixDavid A. Long
2014-03-12ftrace: Constify ftrace_text_reservedSasha Levin
2014-03-11ftrace: Fix compilation warning about control_ops_freeJiri Slaby
2014-03-11perf: Disallow user-space stack dumps for function trace eventsJiri Olsa
2014-03-11perf: Disallow user-space callchains for function trace eventsJiri Olsa
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-03-07ftrace: Warn on error when modifying ftrace functionPetr Mladek
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby
2014-03-07ftrace: Inline the code from ftrace_dyn_table_alloc()Jiri Slaby
2014-03-07ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cntJiri Slaby
2014-03-07tracing: Use helper functions in event assignment to shrink macro sizeSteven Rostedt
2014-03-07tracing: Move event storage for array from macro to standalone functionSteven Rostedt
2014-03-07tracing: Move raw output code from macro to standalone functionSteven Rostedt
2014-03-05blktrace: fix accounting of partially completed requestsRoman Pen
2014-03-04tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-02-27trace: Replace hardcoding of 19 with MAX_NICEDongsheng Yang
2014-02-20ftrace: Have static function trace clear ENABLED flag on unregisterSteven Rostedt (Red Hat)
2014-02-20tracing: Add trace_clock=<clock> kernel parameterSteven Rostedt
2014-02-20tracing/uprobes: Support mix of ftrace and perfNamhyung Kim
2014-02-20tracing/uprobes: Support event triggeringNamhyung Kim
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)
2014-02-20tracing/uprobes: Move argument fetching to uprobe_dispatcher()Namhyung Kim
2014-02-20tracing/uprobes: Rename uprobe_{trace,perf}_print() functionsNamhyung Kim
2014-02-20ftrace: Allow for function tracing instance to filter functionsSteven Rostedt (Red Hat)
2014-02-20ftrace: Pass in global_ops for use with filtering filesSteven Rostedt (Red Hat)
2014-02-20ftrace: Allow instances to use function tracingSteven Rostedt (Red Hat)
2014-02-20tracing: Convert tracer->enabled to counterSteven Rostedt (Red Hat)
2014-02-20tracing: Disable tracers before deletion of instanceSteven Rostedt (Red Hat)
2014-02-20ftrace: Copy ops private to global_ops privateSteven Rostedt (Red Hat)
2014-02-20tracing: Only let top level have option filesSteven Rostedt (Red Hat)
2014-02-20tracing: Set up infrastructure to allow tracers for instancesSteven Rostedt (Red Hat)
2014-02-20tracing: Pass trace_array to flag_changed callbackSteven Rostedt (Red Hat)
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)
2014-02-14asmlinkage: Make trace_hardirqs_on/off_caller visibleAndi Kleen
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-27Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23tracing: Check if tracing is enabled in trace_puts()Steven Rostedt (Red Hat)
2014-01-23tracing: Fix formatting of trace README fileSteven Rostedt (Red Hat)