aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAge
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-31
* tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-07
* tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju2012-05-07
* tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju2012-05-07
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-21
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-21
* ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu2011-10-10
* tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu2011-07-15
* tracing/kprobes: Support module init function probingMasami Hiramatsu2011-07-15
* tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu2011-07-15
* tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu2011-07-14
* Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-05
|\
| * tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-14
* | kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt2011-06-07
|/
* sched: Get rid of lock_depthJonathan Corbet2011-04-24
* Fix common misspellingsLucas De Marchi2011-03-31
* tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu2011-02-14
* tracing/kprobes: Add bitfield typeMasami Hiramatsu2011-02-07
* tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu2011-02-07
* tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu2011-02-07
* Remove duplicate includes from many filesZimny Lech2010-10-27
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-24
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-10
| |\
| * | fix printk typo 'faild'Paul Bolle2010-08-09
* | | tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu2010-09-08
* | | tracing/kprobes: Fix handling of argument namesMasami Hiramatsu2010-09-08
* | | tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu2010-09-08
| |/ |/|
* | tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju2010-08-04
* | tracing/kprobes: Support "string" typeMasami Hiramatsu2010-07-05
* | tracing: Remove redundant raw_init callbacksLi Zefan2010-06-28
|/
* perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-31
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-21
|\
| * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-21
| * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-21
| * perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-18
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-18
|\|
| * tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2010-04-14
* | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-14
* | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-14
* | tracing: Move print functions into event classSteven Rostedt2010-05-14
* | tracing: Allow events to share their print functionsSteven Rostedt2010-05-14
* | tracing: Move raw_init from events to classSteven Rostedt2010-05-14
* | tracing: Move fields from event to class structureSteven Rostedt2010-05-14
* | tracing: Remove per event trace registeringSteven Rostedt2010-05-14
* | tracing: Create class struct for eventsSteven Rostedt2010-05-14
|/
* perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-10
* perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-10
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-28
|\
| * tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong2010-01-28
| * perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-28