index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_kprobe.c
Commit message (
Expand
)
Author
Age
*
kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks
Steven Rostedt (Red Hat)
2014-11-19
*
trace: Replace single-character seq_puts with seq_putc
Rasmus Villemoes
2014-11-14
*
tracing: Replace seq_printf by simpler equivalents
Rasmus Villemoes
2014-11-13
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-06-12
|
\
|
*
kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace
Masami Hiramatsu
2014-04-24
|
*
kprobes, ftrace: Allow probing on some functions
Masami Hiramatsu
2014-04-24
*
|
tracing/kprobes: Avoid self tests if tracing is disabled on boot up
Yoshihiro YUNOMAE
2014-06-06
|
/
*
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
2014-04-08
*
tracing/uprobes: Support ftrace_event_file base multibuffer
zhangwei(Jovi)
2014-02-20
*
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
2014-01-09
*
tracing/kprobes: Add trace event trigger invocations
Tom Zanussi
2014-01-06
*
tracing/uprobes: Add @+file_offset fetch method
Namhyung Kim
2014-01-02
*
tracing/probes: Implement 'memory' fetch method for uprobes
Namhyung Kim
2014-01-02
*
tracing/probes: Move 'symbol' fetch method to kprobes
Namhyung Kim
2014-01-02
*
tracing/probes: Implement 'stack' fetch method for uprobes
Namhyung Kim
2014-01-02
*
tracing/probes: Split [ku]probes_fetch_type_table
Namhyung Kim
2014-01-02
*
tracing/probes: Integrate duplicate set_print_fmt()
Namhyung Kim
2014-01-02
*
tracing/kprobes: Move common functions to trace_probe.h
Namhyung Kim
2014-01-02
*
tracing/kprobes: Factor out struct trace_probe
Namhyung Kim
2014-01-02
*
tracing: Update event filters for multibuffer
Tom Zanussi
2013-11-05
*
tracing/kprobes: Fail to unregister if probe event files are in use
Steven Rostedt (Red Hat)
2013-07-31
*
tracing/kprobe: Wait for disabling all running kprobe handlers
Masami Hiramatsu
2013-07-18
*
tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()
Oleg Nesterov
2013-07-18
*
tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()
Oleg Nesterov
2013-07-01
*
tracing/kprobes: Turn trace_probe->files into list_head
Oleg Nesterov
2013-07-01
*
tracing/kprobes: Kill probe_enable_lock
Oleg Nesterov
2013-07-01
*
tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is empty
Oleg Nesterov
2013-07-01
*
tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabled
zhangwei(Jovi)
2013-06-19
*
tracing/kprobes: Make print_*probe_event static
Masami Hiramatsu
2013-05-15
*
tracing/kprobes: Fix a sparse warning for incorrect type in assignment
Masami Hiramatsu
2013-05-15
*
tracing/kprobes: Use rcu_dereference_raw for tp->files
Masami Hiramatsu
2013-05-15
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-09
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-09
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-09
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-09
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-09
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-09
*
tracing: Use irq_work for wake ups and remove *_nowake_*() functions
Steven Rostedt
2012-11-02
*
tracing: Replace strict_strto* with kstrto*
Daniel Walter
2012-10-31
*
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-31
*
tracing: Provide trace events interface for uprobes
Srikar Dronamraju
2012-05-07
*
tracing: Extract out common code for kprobes/uprobes trace events
Srikar Dronamraju
2012-05-07
*
tracing: Modify is_delete, is_return from int to bool
Srikar Dronamraju
2012-05-07
*
ftrace, perf: Add add/del tracepoint perf registration actions
Jiri Olsa
2012-02-21
*
ftrace, perf: Add open/close tracepoint perf registration actions
Jiri Olsa
2012-02-21
*
ftrace/kprobes: Fix not to delete probes if in use
Masami Hiramatsu
2011-10-10
*
tracing/kprobe: Update symbol reference when loading module
Masami Hiramatsu
2011-07-15
*
tracing/kprobes: Support module init function probing
Masami Hiramatsu
2011-07-15
*
tracing/kprobes: Merge trace probe enable/disable functions
Masami Hiramatsu
2011-07-15
*
tracing/kprobes: Rename probe_* to trace_probe_*
Masami Hiramatsu
2011-07-14
[next]