index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
ftrace
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
selftests/ftrace: Add a basic testcase for snapshot
Zheng Yejian
1
-0
/
+31
2023-07-26
selftests/ftrace: Fix to check fprobe event eneblement
Masami Hiramatsu (Google)
1
-1
/
+1
2023-06-30
Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
7
-1
/
+338
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-0
/
+44
2023-06-23
selftests/ftrace: Add new test case which checks for optimized probes
Akanksha J N
1
-0
/
+34
2023-06-20
selftests/ftrace: Add funcgraph-retval test case
Donglin Peng
1
-0
/
+44
2023-06-12
selftests/ftace: Fix KTAP output ordering
Mark Brown
1
-1
/
+1
2023-06-12
selftests/ftrace: Add new test case which checks for optimized probes
Akanksha J N
1
-0
/
+34
2023-06-06
selftests/ftrace: Add new test case which adds multiple consecutive probes in...
Akanksha J N
1
-0
/
+19
2023-06-06
selftests/ftrace: Add BTF arguments test cases
Masami Hiramatsu (Google)
3
-0
/
+86
2023-06-06
selftests/ftrace: Add tracepoint probe test case
Masami Hiramatsu (Google)
4
-2
/
+111
2023-06-06
selftests/ftrace: Add fprobe related testcases
Masami Hiramatsu (Google)
2
-0
/
+123
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
1
-1
/
+1
2023-06-03
Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-18
/
+27
2023-06-03
selftests/ftrace: Choose target function for filter test from samples
Masami Hiramatsu (Google)
1
-18
/
+27
2023-05-23
tracing/selftests: Update synthetic event selftest to use common_stacktrace
Steven Rostedt (Google)
2
-3
/
+26
2023-05-08
selftests/ftrace: Improve integration with kselftest runner
Mark Brown
3
-4
/
+70
2023-03-01
Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2
-0
/
+7
2023-02-25
selftests/ftrace: Add LoongArch kprobe args string tests support
Qing Zhang
2
-0
/
+7
2023-02-23
Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
3
-2
/
+51
2023-02-23
Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
3
-0
/
+88
2023-02-21
tracing/probe: add a char type to show the character value of traced arguments
Donglin Peng
1
-0
/
+47
2023-02-21
selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbols
Masami Hiramatsu (Google)
1
-1
/
+1
2023-02-21
selftests/ftrace: Fix eprobe syntax test case to check filter support
Masami Hiramatsu (Google)
1
-1
/
+3
2023-02-13
selftests/ftrace: Fix bash specific "==" operator
Masami Hiramatsu (Google)
1
-1
/
+1
2023-01-25
tracing/histogram: Add simple tests for stacktrace usage of synthetic events
Steven Rostedt (Google)
2
-0
/
+30
2023-01-25
tracing/selftests: Add test for event filtering on function name
Steven Rostedt (Google)
1
-0
/
+58
2022-12-21
Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+5
2022-12-15
tracing/probes: Reject symbol/symstr type for uprobe
Masami Hiramatsu (Google)
1
-0
/
+5
2022-12-12
Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
15
-31
/
+34
2022-12-02
selftests/ftrace: Use long for synthetic event probe test
Steven Rostedt (Google)
1
-1
/
+1
2022-11-25
selftests: ftrace: Use "grep -E" instead of "egrep"
Tiezhu Yang
1
-4
/
+4
2022-11-14
selftests/ftrace: event_triggers: wait longer for test_event_enable
Yipeng Zou
1
-4
/
+11
2022-10-28
selftests/ftrace: Convert tracer tests to use 'requires' to specify program d...
Naveen N. Rao
2
-12
/
+2
2022-10-28
selftests/ftrace: Add check for ping command for trigger tests
Naveen N. Rao
10
-10
/
+16
2022-10-18
selftests/ftrace: fix dynamic_events dependency check
Sven Schnelle
2
-2
/
+2
2022-10-12
Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2022-10-07
selftests/ftrace: func_event_triggers: fix typo in user message
Randy Dunlap
1
-1
/
+1
2022-09-26
selftests/ftrace: Add eprobe syntax error testcase
Masami Hiramatsu (Google)
1
-0
/
+27
2022-07-24
selftests/kprobe: Update test for no event name syntax error
Masami Hiramatsu (Google)
1
-0
/
+1
2022-07-24
selftests/kprobe: Do not test for GRP/ without event failures
Steven Rostedt (Google)
1
-1
/
+0
2022-07-24
selftests/ftrace: Add test case for GRP/ only input
Linyu Yuan
2
-1
/
+15
2022-05-30
Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-0
/
+2
2022-05-12
selftests/ftrace: Save kprobe_events to test log
Tiezhu Yang
1
-0
/
+2
2022-04-19
selftests/ftrace: add mips support for kprobe args syntax tests
Ze Zhang
1
-0
/
+4
2022-04-19
selftests/ftrace: add mips support for kprobe args string tests
Ze Zhang
1
-0
/
+3
2022-02-14
selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
Krzysztof Kozlowski
1
-1
/
+1
2021-12-10
selftests/ftrace: make kprobe profile testcase description unique
Heiko Carstens
1
-1
/
+1
2021-11-06
Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-0
/
+7
2021-11-03
Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-0
/
+63
[next]