summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)AuthorLines
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt-2/+6
2011-04-24sched: Get rid of lock_depthJonathan Corbet-1/+0
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-14tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu-1/+1
2011-02-07tracing/kprobes: Add bitfield typeMasami Hiramatsu-1/+103
2011-02-07tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu-1/+1
2011-02-07tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu-3/+2
2010-10-27Remove duplicate includes from many filesZimny Lech-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu-7/+10
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu-3/+3
2010-08-10Merge branch 'master' into for-nextJiri Kosina-87/+296
2010-08-09fix printk typo 'faild'Paul Bolle-1/+1
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju-0/+3
2010-07-05tracing/kprobes: Support "string" typeMasami Hiramatsu-78/+292
2010-06-28tracing: Remove redundant raw_init callbacksLi Zefan-9/+1
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra-2/+2
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt-9/+8
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra-3/+6
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra-6/+4
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra-2/+2
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt-206/+329
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt-1/+1
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt-8/+10
2010-05-14tracing: Move print functions into event classSteven Rostedt-8/+6
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt-8/+14
2010-05-14tracing: Move raw_init from events to classSteven Rostedt-3/+3
2010-05-14tracing: Move fields from event to class structureSteven Rostedt-4/+4
2010-05-14tracing: Remove per event trace registeringSteven Rostedt-9/+25
2010-05-14tracing: Create class struct for eventsSteven Rostedt-6/+6
2010-04-14tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu-206/+329
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker-14/+14
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker-2/+3
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-123/+73
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-2/+2
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar-1/+1
2010-02-25tracing: Fix typo of info text in trace_kprobe.cWenji Huang-2/+2
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens-1/+1
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong-76/+10
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu-8/+47
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar-3/+4
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan-78/+0
2010-01-06tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan-1/+63
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+4
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan-3/+4
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan-7/+7
2009-12-17kprobe-tracer: Check new event/group nameMasami Hiramatsu-6/+25