Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
be9d0411f1608ad62c2334d3a289a68e4259e48c
/
tools
/
testing
/
selftests
/
ftrace
bc0f51d
Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
8cb0bc9
selftests/ftrace: Add a testcase for kprobe event naming
by Masami Hiramatsu
· 7 years ago
ff431b1
selftests/ftrace: Add a test to probe module functions
by Naveen N. Rao
· 7 years ago
f7181e5
selftests/ftrace: Update multiple kprobes test for powerpc
by Naveen N. Rao
· 7 years ago
d87b291
selftests: ftrace: Use md5sum to take less time of checking logs
by Masami Hiramatsu
· 7 years ago
bc5f159
selftests/ftrace: Return unsupported if it detects older kernel
by Masami Hiramatsu
· 8 years ago
565d557
selftests/ftrace: Use top-level available_filter_function
by Masami Hiramatsu
· 8 years ago
1917d2c
selftests/ftrace: Add instance indication in test log
by Masami Hiramatsu
· 8 years ago
d7b91c0
selftests/ftrace: Reset ftrace filter on older kernel
by Masami Hiramatsu
· 8 years ago
c3ca46e
ftrace/kprobes: selftests: Check kretprobe maxactive is supported
by Masami Hiramatsu
· 8 years ago
1d0864d
selftests/ftrace: Reduce trace buffer checking overhead
by Masami Hiramatsu
· 8 years ago
27af344
selftests/ftrace: Skip full-glob-matching filter test on older kernel
by Masami Hiramatsu
· 8 years ago
bdd7e3d
selftests/ftrace: Add a testcase for many kprobe events
by Masami Hiramatsu
· 8 years ago
b172296
selftests/ftrace: Add test to remove instance with active event triggers
by Naveen N. Rao
· 8 years ago
d2ffb8d
selftests/ftrace: Fix bashisms
by Naveen N. Rao
· 8 years ago
2868b25
Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 8 years ago
4c17468
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
ca2958f
selftests: ftrace: Allow some event trigger tests to run in an instance
by Steven Rostedt (VMware)
· 8 years ago
03c2017
selftests: ftrace: Have some basic tests run in a tracing instance too
by Steven Rostedt (VMware)
· 8 years ago
35df6a8
selftests: ftrace: Have event tests also run in an tracing instance
by Steven Rostedt (VMware)
· 8 years ago
6df0fee
selftests: ftrace: Make func_event_triggers and func_traceonoff_triggers tests do instances
by Steven Rostedt (VMware)
· 8 years ago
b5b77be
selftests: ftrace: Allow some tests to be run in a tracing instance
by Steven Rostedt (VMware)
· 8 years ago
a9064f6
selftests: ftrace: Add test to test reading of set_ftrace_file
by Steven Rostedt (VMware)
· 8 years ago
d8b39e1
selftests: ftrace: Add a test to test function triggers to start and stop tracing
by Steven Rostedt (VMware)
· 8 years ago
43bb45d
selftests: ftrace: Add a selftest to test event enable/disable func trigger
by Steven Rostedt (VMware)
· 8 years ago
8e5e19c
selftests: ftrace: Add a way to reset triggers in the set_ftrace_filter file
by Steven Rostedt (VMware)
· 8 years ago
9ed19c7
selftests: ftrace: Add check for function-fork before running pid filter test
by Steven Rostedt (VMware)
· 8 years ago
093be89
selftests: ftrace: Add a testcase for function PID filter
by Namhyung Kim
· 8 years ago
560642d
selftests: ftrace: Add -l/--logdir option
by Namhyung Kim
· 8 years ago
9e14ef6
kselftest: ftrace: Fix to compare a zero-filled hex value
by Masami Hiramatsu
· 8 years ago
f13b173
selftests: ftrace: add CONFIG_KPROBES=y to the config fragment
by Fathi Boudra
· 8 years ago
696ced4
tracing/kprobes: expose maxactive for kretprobe in kprobe_events
by Alban Crequy
· 8 years ago
a8ba798
selftests: enable O and KBUILD_OUTPUT
by bamvor.zhangjian@huawei.com
· 8 years ago
80d443e8
selftests: add EXTRA_CLEAN for clean target
by bamvor.zhangjian@huawei.com
· 8 years ago
5fe5979
selftests: remove useless TEST_DIRS
by bamvor.zhangjian@huawei.com
· 8 years ago
3dbb16b
selftests: ftrace: Shift down default message verbosity
by Masami Hiramatsu
· 8 years ago
153aae5
selftests: ftrace: Add a testcase for types of kprobe event
by Masami Hiramatsu
· 8 years ago
60c1afb
selftests: ftrace: Add a testcase for function filter glob match
by Masami Hiramatsu
· 8 years ago
6219752
selftests: ftrace: Introduce TMPDIR for temporary files
by Masami Hiramatsu
· 8 years ago
57209b9
selftests: ftrace: Hide ftracetest logs from git
by Masami Hiramatsu
· 8 years ago
780ade5
selftests: ftrace: Fix trigger-mod to run without syscall trace
by Masami Hiramatsu
· 8 years ago
131c60c
selftests: ftrace: Check whether snapshot trigger is supported correctly
by Masami Hiramatsu
· 8 years ago
7786bcc
selftests: ftrace: Add --quiet option not to show error logs on screen
by Masami Hiramatsu
· 8 years ago
131f840
selftests: ftrace: Initialize ftrace before each test
by Masami Hiramatsu
· 8 years ago
0ded517
ftracetest: Fix hist unsupported result in hist selftests
by Steven Rostedt (Red Hat)
· 9 years ago
d62a023
Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 9 years ago
97f8827
ftracetest: Use proper logic to find process PID
by Steven Rostedt (Red Hat)
· 9 years ago
2c6c394
kselftests/ftrace: Add a test case for event pid filtering
by Namhyung Kim
· 9 years ago
5a614ec
kselftests/ftrace: Detect tracefs mount point
by Namhyung Kim
· 9 years ago
91e6f1c
ftracetest: Add instance created, delete, read and enable event test
by Steven Rostedt (Red Hat)
· 9 years ago
93c5f67
kselftests/ftrace: Add a test for log2 modifier of hist trigger
by Masami Hiramatsu
· 9 years ago
76929ab
kselftests/ftrace: Add hist trigger testcases
by Masami Hiramatsu
· 9 years ago
cfa0963
kselftests/ftrace : Add event trigger testcases
by Masami Hiramatsu
· 9 years ago
3d15cfd
Merge tag 'linux-kselftest-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 9 years ago
8c749ce
selftests: create test-specific kconfig fragments
by Bamvor Jian Zhang
· 9 years ago
9a154c8
ftracetest: Fix instance test to use proper shell command for pids
by Steven Rostedt
· 9 years ago
3cbd6a4
ftracetest: Add instance create and delete test
by Steven Rostedt (Red Hat)
· 9 years ago
c28628b
selftests: kprobe: Choose an always-defined function to probe
by Ben Hutchings
· 9 years ago
900d65e
selftests: change install command to rsync
by Bamvor Jian Zhang
· 9 years ago
3bc54b5
selftests/ftrace: install test.d
by Tyler Baker
· 10 years ago
2bfd4d1
ftracetest: Do not use usleep directly
by Namhyung Kim
· 10 years ago
44164c4
ftracetest: Convert exit -1 to exit $FAIL
by Michael Ellerman
· 10 years ago
a05ffdc
ftracetest: Cope properly with stack tracer not being enabled
by Michael Ellerman
· 10 years ago
5e29a91
selftests: Introduce minimal shared logic for running tests
by Michael Ellerman
· 10 years ago
57cee23
ftracetest: Add --verbose option for showing echo output
by Masami Hiramatsu
· 10 years ago
36922d1
ftracetest: Fix to show descriptions on dash
by Masami Hiramatsu
· 10 years ago
815b18e
ftracetest: Add basic event tracing test cases
by Namhyung Kim
· 10 years ago
ce1ac64
ftracetest: Clear trace buffer after running kprobe testcases
by Namhyung Kim
· 10 years ago
347e0e4
ftracetest: Use logfile name supported by busybox's mktemp
by Namhyung Kim
· 10 years ago
c6c9324
ftracetest: Add a couple of ftrace test cases
by Steven Rostedt (Red Hat)
· 10 years ago
ee3988c
ftracetest: Add functions file that holds helper functions
by Steven Rostedt (Red Hat)
· 10 years ago
52100d7
ftracetest: Sort testcases
by Heiko Carstens
· 10 years ago
d20058f
ftracetest: Add kprobes on ftrace testcase
by Heiko Carstens
· 10 years ago
e7dbb48
ftracetest: Take the first debugfs mount found
by Steven Rostedt (Red Hat)
· 10 years ago
89c5497
tracing/kprobes: Add selftest scripts testing kprobe-tracer as startup test
by Masami Hiramatsu
· 10 years ago
915de2a
ftracetest: Add POSIX.3 standard and XFAIL result codes
by Masami Hiramatsu
· 10 years ago
2909ef2
ftracetest: Add kprobe basic testcases
by Masami Hiramatsu
· 10 years ago
03e1664
ftracetest: Add ftrace basic testcases
by Masami Hiramatsu
· 10 years ago
6e68e6c
ftracetest: Initial commit for ftracetest
by Masami Hiramatsu
· 10 years ago