index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
ftrace
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-27
selftests/ftrace: Add a testcase for many kprobe events
Masami Hiramatsu
1
-0
/
+21
2017-05-18
selftests/ftrace: Add test to remove instance with active event triggers
Naveen N. Rao
1
-2
/
+6
2017-05-18
selftests/ftrace: Fix bashisms
Naveen N. Rao
3
-4
/
+4
2017-05-09
Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+2
2017-05-04
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
16
-1
/
+510
2017-04-26
selftests: ftrace: Allow some event trigger tests to run in an instance
Steven Rostedt (VMware)
5
-0
/
+5
2017-04-26
selftests: ftrace: Have some basic tests run in a tracing instance too
Steven Rostedt (VMware)
2
-0
/
+2
2017-04-26
selftests: ftrace: Have event tests also run in an tracing instance
Steven Rostedt (VMware)
3
-0
/
+3
2017-04-26
selftests: ftrace: Make func_event_triggers and func_traceonoff_triggers test...
Steven Rostedt (VMware)
2
-0
/
+2
2017-04-26
selftests: ftrace: Allow some tests to be run in a tracing instance
Steven Rostedt (VMware)
1
-1
/
+17
2017-04-18
selftests: ftrace: Add test to test reading of set_ftrace_file
Steven Rostedt (VMware)
1
-0
/
+132
2017-04-18
selftests: ftrace: Add a test to test function triggers to start and stop tra...
Steven Rostedt (VMware)
1
-0
/
+171
2017-04-18
selftests: ftrace: Add a selftest to test event enable/disable func trigger
Steven Rostedt (VMware)
1
-0
/
+113
2017-04-18
selftests: ftrace: Add a way to reset triggers in the set_ftrace_filter file
Steven Rostedt (VMware)
1
-0
/
+21
2017-04-18
selftests: ftrace: Add check for function-fork before running pid filter test
Steven Rostedt (VMware)
1
-4
/
+23
2017-04-18
selftests: ftrace: Add a testcase for function PID filter
Namhyung Kim
1
-0
/
+98
2017-04-18
selftests: ftrace: Add -l/--logdir option
Namhyung Kim
1
-0
/
+5
2017-04-11
kselftest: ftrace: Fix to compare a zero-filled hex value
Masami Hiramatsu
1
-1
/
+1
2017-04-11
selftests: ftrace: add CONFIG_KPROBES=y to the config fragment
Fathi Boudra
1
-0
/
+1
2017-04-04
tracing/kprobes: expose maxactive for kretprobe in kprobe_events
Alban Crequy
1
-0
/
+39
2017-01-05
selftests: enable O and KBUILD_OUTPUT
bamvor.zhangjian@huawei.com
1
-1
/
+1
2017-01-05
selftests: add EXTRA_CLEAN for clean target
bamvor.zhangjian@huawei.com
1
-3
/
+1
2017-01-05
selftests: remove useless TEST_DIRS
bamvor.zhangjian@huawei.com
1
-1
/
+1
2016-12-13
selftests: ftrace: Shift down default message verbosity
Masami Hiramatsu
1
-11
/
+7
2016-11-23
selftests: ftrace: Add a testcase for types of kprobe event
Masami Hiramatsu
1
-0
/
+37
2016-11-22
selftests: ftrace: Add a testcase for function filter glob match
Masami Hiramatsu
1
-0
/
+49
2016-11-22
selftests: ftrace: Introduce TMPDIR for temporary files
Masami Hiramatsu
1
-0
/
+2
2016-11-22
selftests: ftrace: Hide ftracetest logs from git
Masami Hiramatsu
1
-0
/
+1
2016-11-22
selftests: ftrace: Fix trigger-mod to run without syscall trace
Masami Hiramatsu
1
-1
/
+1
2016-11-22
selftests: ftrace: Check whether snapshot trigger is supported correctly
Masami Hiramatsu
1
-0
/
+5
2016-11-22
selftests: ftrace: Add --quiet option not to show error logs on screen
Masami Hiramatsu
1
-1
/
+7
2016-11-22
selftests: ftrace: Initialize ftrace before each test
Masami Hiramatsu
2
-1
/
+29
2016-06-20
ftracetest: Fix hist unsupported result in hist selftests
Steven Rostedt (Red Hat)
3
-15
/
+12
2016-05-24
Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+79
2016-05-23
ftracetest: Use proper logic to find process PID
Steven Rostedt (Red Hat)
1
-10
/
+5
2016-05-16
kselftests/ftrace: Add a test case for event pid filtering
Namhyung Kim
1
-0
/
+72
2016-05-16
kselftests/ftrace: Detect tracefs mount point
Namhyung Kim
1
-2
/
+7
2016-05-10
ftracetest: Add instance created, delete, read and enable event test
Steven Rostedt (Red Hat)
1
-0
/
+143
2016-04-20
kselftests/ftrace: Add a test for log2 modifier of hist trigger
Masami Hiramatsu
1
-0
/
+10
2016-04-20
kselftests/ftrace: Add hist trigger testcases
Masami Hiramatsu
3
-0
/
+221
2016-04-20
kselftests/ftrace : Add event trigger testcases
Masami Hiramatsu
6
-0
/
+299
2016-03-18
Merge tag 'linux-kselftest-4.6-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2016-02-25
selftests: create test-specific kconfig fragments
Bamvor Jian Zhang
1
-0
/
+1
2016-02-19
ftracetest: Fix instance test to use proper shell command for pids
Steven Rostedt
1
-10
/
+5
2015-11-24
ftracetest: Add instance create and delete test
Steven Rostedt (Red Hat)
1
-0
/
+90
2015-11-04
selftests: kprobe: Choose an always-defined function to probe
Ben Hutchings
5
-11
/
+11
2015-09-15
selftests: change install command to rsync
Bamvor Jian Zhang
1
-1
/
+1
2015-05-27
selftests/ftrace: install test.d
Tyler Baker
1
-0
/
+1
2015-04-03
ftracetest: Do not use usleep directly
Namhyung Kim
3
-6
/
+33
2015-03-31
ftracetest: Convert exit -1 to exit $FAIL
Michael Ellerman
7
-7
/
+7
[next]