summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ftrace/test.d/kprobe (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/ftrace: Add test cases for entry args at function exitMasami Hiramatsu (Google)2024-03-061-0/+18
* tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-061-0/+2
* Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-11-032-2/+6
|\
| * tracing/selftests: Update kprobe args char/string to match new functionsSteven Rostedt (Google)2023-10-042-2/+6
* | Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-11-023-0/+13
|\ \
| * | selftests/ftrace: Add riscv support for kprobe arg testsYu Liao2023-10-183-0/+10
| * | selftests/ftrace: add loongarch support for kprobe args char testsYu Liao2023-10-181-0/+3
| |/
* / selftests/ftrace: Add new test case which checks non unique symbolFrancis Laniel2023-10-201-0/+13
|/
* test: ftrace: Fix kprobe test for eventfsAjay Kaher2023-07-312-4/+14
* selftests/ftrace: Add new test case which checks for optimized probesAkanksha J N2023-06-231-0/+34
* selftests/ftrace: Add new test case which adds multiple consecutive probes in...Akanksha J N2023-06-061-0/+19
* selftests/ftrace: Add BTF arguments test casesMasami Hiramatsu (Google)2023-06-061-0/+14
* tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-061-1/+1
* Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-012-0/+7
|\
| * selftests/ftrace: Add LoongArch kprobe args string tests supportQing Zhang2023-02-252-0/+7
* | tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng2023-02-211-0/+47
* | selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbolsMasami Hiramatsu (Google)2023-02-211-1/+1
|/
* tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-151-0/+5
* selftests/kprobe: Update test for no event name syntax errorMasami Hiramatsu (Google)2022-07-251-0/+1
* selftests/kprobe: Do not test for GRP/ without event failuresSteven Rostedt (Google)2022-07-251-1/+0
* Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-05-301-0/+2
|\
| * selftests/ftrace: Save kprobe_events to test logTiezhu Yang2022-05-121-0/+2
* | selftests/ftrace: add mips support for kprobe args syntax testsZe Zhang2022-04-201-0/+4
* | selftests/ftrace: add mips support for kprobe args string testsZe Zhang2022-04-201-0/+3
|/
* selftests/ftrace: make kprobe profile testcase description uniqueHeiko Carstens2021-12-111-1/+1
* selftests/ftrace: add s390 support for kprobe args testsHeiko Carstens2021-10-112-0/+7
* selftests/ftrace: check for do_sys_openat2 in user-memory testColin Ian King2020-10-271-0/+4
* selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork functionSteven Rostedt (VMware)2020-10-2712-30/+30
* Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-163-0/+33
|\
| * selftests/ftrace: Add %return suffix testsMasami Hiramatsu2020-09-223-0/+33
* | tracing: switch to kernel_clone()Christian Brauner2020-08-2012-30/+30
|/
* selftests/ftrace: Support ":README" suffix for requiresMasami Hiramatsu2020-06-165-14/+5
* selftests/ftrace: Support ":tracer" suffix for requiresMasami Hiramatsu2020-06-161-3/+1
* selftests/ftrace: Convert check_filter_file() with requires listMasami Hiramatsu2020-06-161-3/+1
* selftests/ftrace: Convert required interface checks into requires listMasami Hiramatsu2020-06-1620-42/+20
* selftests/ftrace: Return unsupported for the unconfigured featuresMasami Hiramatsu2020-06-161-1/+1
* selftests/ftrace: Use printf for backslash included commandMasami Hiramatsu2020-05-281-1/+3
* selftests/ftrace: Check the first record for kprobe_args_type.tcXiao Yang2020-04-241-1/+1
* selftests/ftrace: Check required filter files before running testXiao Yang2020-04-241-0/+2
* selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu2019-12-091-3/+3
* selftests/ftrace: Fix same probe error testSteven Rostedt (VMware)2019-09-281-1/+1
* selftests/ftrace: Update kprobe event error testcaseMasami Hiramatsu2019-09-191-0/+1
* selftests/ftrace: Select an existing function in kprobe_eventname testSteven Rostedt (VMware)2019-09-171-1/+15
* selftests/ftrace: Add syntax error test for multiprobeMasami Hiramatsu2019-08-311-0/+10
* selftests/ftrace: Add syntax error test for immediatesMasami Hiramatsu2019-08-311-0/+5
* selftests/ftrace: Add a testcase for kprobe multiprobe eventMasami Hiramatsu2019-08-311-0/+35
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-0/+32
|\
| * selftests/ftrace: Add user-memory access syntax testcaseMasami Hiramatsu2019-05-261-0/+32
* | selftests/ftrace: Make a script checkbashisms cleanMasami Hiramatsu2019-05-241-1/+1
|/
* selftests/ftrace: Move kprobe/uprobe check_error() to test.d/functionsTom Zanussi2019-04-082-18/+2