summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-07-311-6/+15
* tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-07-181-6/+17
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-181-6/+0
* tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov2013-07-011-4/+2
* tracing/kprobes: Turn trace_probe->files into list_headOleg Nesterov2013-07-011-101/+37
* tracing/kprobes: Kill probe_enable_lockOleg Nesterov2013-07-011-23/+20
* tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyOleg Nesterov2013-07-011-4/+8
* tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabledzhangwei(Jovi)2013-06-191-2/+1
* tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu2013-05-151-2/+2
* tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu2013-05-151-1/+1
* tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu2013-05-151-10/+37
* tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-091-0/+6
* tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-091-36/+214
* tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-091-17/+16
* tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-091-4/+4
* tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-091-1/+1
* tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-091-0/+2
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-021-4/+4
* tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-311-1/+1
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-311-2/+4
* tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-071-1/+1
* tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju2012-05-071-871/+18
* tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju2012-05-071-8/+8
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-211-0/+2
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-211-1/+5
* ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu2011-10-101-9/+49
* tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu2011-07-151-1/+36
* tracing/kprobes: Support module init function probingMasami Hiramatsu2011-07-151-26/+138
* tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu2011-07-151-56/+36
* tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu2011-07-141-21/+22
* Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-051-2/+4
|\
| * tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-141-2/+4
* | kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt2011-06-071-2/+6
|/
* sched: Get rid of lock_depthJonathan Corbet2011-04-241-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu2011-02-141-1/+1
* tracing/kprobes: Add bitfield typeMasami Hiramatsu2011-02-071-1/+103
* tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu2011-02-071-1/+1
* tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu2011-02-071-3/+2
* Remove duplicate includes from many filesZimny Lech2010-10-271-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-101-87/+296
| |\
| * | fix printk typo 'faild'Paul Bolle2010-08-091-1/+1
* | | tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu2010-09-081-8/+12
* | | tracing/kprobes: Fix handling of argument namesMasami Hiramatsu2010-09-081-7/+10
* | | tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu2010-09-081-3/+3
| |/ |/|
* | tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju2010-08-041-0/+3
* | tracing/kprobes: Support "string" typeMasami Hiramatsu2010-07-051-78/+292
* | tracing: Remove redundant raw_init callbacksLi Zefan2010-06-281-9/+1
|/
* perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-311-2/+2
OpenPOWER on IntegriCloud