summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ftrace/test.d/kprobe
AgeCommit message (Expand)AuthorFilesLines
2024-08-14selftests/ftrace: Add required dependency for kprobe testsMasami Hiramatsu (Google)2-2/+2
2024-05-29tracing/selftests: Fix kprobe event name test for .isra. functionsSteven Rostedt (Google)1-1/+2
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+40
2024-05-08selftests/ftrace: Fix checkbashisms errorsMasami Hiramatsu (Google)1-1/+1
2024-05-01selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"Ye Bin1-0/+40
2024-03-07selftests/ftrace: Add test cases for entry args at function exitMasami Hiramatsu (Google)1-0/+18
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)1-0/+2
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-2/+6
2023-11-01Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-0/+13
2023-10-20selftests/ftrace: Add new test case which checks non unique symbolFrancis Laniel1-0/+13
2023-10-18selftests/ftrace: Add riscv support for kprobe arg testsYu Liao3-0/+10
2023-10-18selftests/ftrace: add loongarch support for kprobe args char testsYu Liao1-0/+3
2023-10-04tracing/selftests: Update kprobe args char/string to match new functionsSteven Rostedt (Google)2-2/+6
2023-07-31test: ftrace: Fix kprobe test for eventfsAjay Kaher2-4/+14
2023-06-23selftests/ftrace: Add new test case which checks for optimized probesAkanksha J N1-0/+34
2023-06-06selftests/ftrace: Add new test case which adds multiple consecutive probes in...Akanksha J N1-0/+19
2023-06-06selftests/ftrace: Add BTF arguments test casesMasami Hiramatsu (Google)1-0/+14
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)1-1/+1
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2-0/+7
2023-02-25selftests/ftrace: Add LoongArch kprobe args string tests supportQing Zhang2-0/+7
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng1-0/+47
2023-02-21selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbolsMasami Hiramatsu (Google)1-1/+1
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)1-0/+5
2022-07-24selftests/kprobe: Update test for no event name syntax errorMasami Hiramatsu (Google)1-0/+1
2022-07-24selftests/kprobe: Do not test for GRP/ without event failuresSteven Rostedt (Google)1-1/+0
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-0/+2
2022-05-12selftests/ftrace: Save kprobe_events to test logTiezhu Yang1-0/+2
2022-04-19selftests/ftrace: add mips support for kprobe args syntax testsZe Zhang1-0/+4
2022-04-19selftests/ftrace: add mips support for kprobe args string testsZe Zhang1-0/+3
2021-12-10selftests/ftrace: make kprobe profile testcase description uniqueHeiko Carstens1-1/+1
2021-10-11selftests/ftrace: add s390 support for kprobe args testsHeiko Carstens2-0/+7
2020-10-27selftests/ftrace: check for do_sys_openat2 in user-memory testColin Ian King1-0/+4
2020-10-27selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork functionSteven Rostedt (VMware)12-30/+30
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-0/+33
2020-09-21selftests/ftrace: Add %return suffix testsMasami Hiramatsu3-0/+33
2020-08-20tracing: switch to kernel_clone()Christian Brauner12-30/+30
2020-06-16selftests/ftrace: Support ":README" suffix for requiresMasami Hiramatsu5-14/+5
2020-06-16selftests/ftrace: Support ":tracer" suffix for requiresMasami Hiramatsu1-3/+1
2020-06-16selftests/ftrace: Convert check_filter_file() with requires listMasami Hiramatsu1-3/+1
2020-06-16selftests/ftrace: Convert required interface checks into requires listMasami Hiramatsu20-42/+20
2020-06-16selftests/ftrace: Return unsupported for the unconfigured featuresMasami Hiramatsu1-1/+1
2020-05-28selftests/ftrace: Use printf for backslash included commandMasami Hiramatsu1-1/+3
2020-04-24selftests/ftrace: Check the first record for kprobe_args_type.tcXiao Yang1-1/+1
2020-04-23selftests/ftrace: Check required filter files before running testXiao Yang1-0/+2
2019-12-09selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu1-3/+3
2019-09-28selftests/ftrace: Fix same probe error testSteven Rostedt (VMware)1-1/+1
2019-09-19selftests/ftrace: Update kprobe event error testcaseMasami Hiramatsu1-0/+1
2019-09-17selftests/ftrace: Select an existing function in kprobe_eventname testSteven Rostedt (VMware)1-1/+15
2019-08-31selftests/ftrace: Add syntax error test for multiprobeMasami Hiramatsu1-0/+10
2019-08-31selftests/ftrace: Add syntax error test for immediatesMasami Hiramatsu1-0/+5