summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-211-9/+8
|\
| * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-211-3/+6
| * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-211-6/+4
| * perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-181-2/+2
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-181-206/+329
|\ \ | |/
| * tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2010-04-141-206/+329
* | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-141-1/+1
* | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-8/+10
* | tracing: Move print functions into event classSteven Rostedt2010-05-141-8/+6
* | tracing: Allow events to share their print functionsSteven Rostedt2010-05-141-8/+14
* | tracing: Move raw_init from events to classSteven Rostedt2010-05-141-3/+3
* | tracing: Move fields from event to class structureSteven Rostedt2010-05-141-4/+4
* | tracing: Remove per event trace registeringSteven Rostedt2010-05-141-9/+25
* | tracing: Create class struct for eventsSteven Rostedt2010-05-141-6/+6
|/
* perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-101-14/+14
* perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker2010-03-101-2/+3
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-123/+73
|\
| * tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong2010-01-291-17/+10
| * perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-291-76/+10
| * tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu2010-01-171-8/+47
| * tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu2010-01-131-17/+1
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-131-3/+4
| |\
| * | perf events: Remove CONFIG_EVENT_PROFILELi Zefan2009-12-281-7/+7
* | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-02-261-2/+2
|\ \ \
| * | | tracing: Fix typo of info text in trace_kprobe.cWenji Huang2010-02-251-2/+2
* | | | Merge commit 'v2.6.33' into tracing/coreIngo Molnar2010-02-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | tracing/kprobes: Fix probe parsingHeiko Carstens2010-02-141-1/+1
| | |/ | |/|
* | | tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-061-78/+0
* | | tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan2010-01-061-1/+63
|/ /
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-311-3/+4
|\ \ | |/ |/|
| * tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan2009-12-301-3/+4
* | kprobe-tracer: Check new event/group nameMasami Hiramatsu2009-12-171-6/+25
|/
* Merge branch 'linus' into tracing/urgentIngo Molnar2009-12-141-9/+28
|\
| * tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker2009-12-091-2/+2
| * trace-kprobe: Support delete probe syntaxMasami Hiramatsu2009-12-091-9/+28
* | tracing: Change event->profile_count to be int typeLi Zefan2009-12-131-1/+0
* | tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-8/+0
|/
* trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu2009-12-011-7/+19
* trace_kprobes: Don't output zero offsetLai Jiangshan2009-11-271-3/+9
* trace_kprobes: Always show group nameLai Jiangshan2009-11-271-1/+1
* trace_kprobes: Fix memory leakLai Jiangshan2009-11-271-1/+3
* perf_events: Undo some recursion damagePeter Zijlstra2009-11-231-6/+8
* tracing: Use the perf recursion protection from trace eventFrederic Weisbecker2009-11-221-30/+18
* tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker2009-11-081-8/+42
* tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu2009-11-041-4/+2
* kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu2009-10-291-3/+5
* tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu2009-10-171-8/+27
* tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu2009-10-171-2/+2
* tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu2009-10-121-4/+4
* tracing/kprobes: Avoid field name conflictionMasami Hiramatsu2009-10-121-12/+53
OpenPOWER on IntegriCloud