summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ftrace/test.d/kprobe
AgeCommit message (Expand)Author
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2023-02-25selftests/ftrace: Add LoongArch kprobe args string tests supportQing Zhang
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng
2023-02-21selftests/ftrace: Fix probepoint testcase to ignore __pfx_* symbolsMasami Hiramatsu (Google)
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)
2022-07-24selftests/kprobe: Update test for no event name syntax errorMasami Hiramatsu (Google)
2022-07-24selftests/kprobe: Do not test for GRP/ without event failuresSteven Rostedt (Google)
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2022-05-12selftests/ftrace: Save kprobe_events to test logTiezhu Yang
2022-04-19selftests/ftrace: add mips support for kprobe args syntax testsZe Zhang
2022-04-19selftests/ftrace: add mips support for kprobe args string testsZe Zhang
2021-12-10selftests/ftrace: make kprobe profile testcase description uniqueHeiko Carstens
2021-10-11selftests/ftrace: add s390 support for kprobe args testsHeiko Carstens
2020-10-27selftests/ftrace: check for do_sys_openat2 in user-memory testColin Ian King
2020-10-27selftests/ftrace: Use $FUNCTION_FORK to reference kernel fork functionSteven Rostedt (VMware)
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-09-21selftests/ftrace: Add %return suffix testsMasami Hiramatsu
2020-08-20tracing: switch to kernel_clone()Christian Brauner
2020-06-16selftests/ftrace: Support ":README" suffix for requiresMasami Hiramatsu
2020-06-16selftests/ftrace: Support ":tracer" suffix for requiresMasami Hiramatsu
2020-06-16selftests/ftrace: Convert check_filter_file() with requires listMasami Hiramatsu
2020-06-16selftests/ftrace: Convert required interface checks into requires listMasami Hiramatsu
2020-06-16selftests/ftrace: Return unsupported for the unconfigured featuresMasami Hiramatsu
2020-05-28selftests/ftrace: Use printf for backslash included commandMasami Hiramatsu
2020-04-24selftests/ftrace: Check the first record for kprobe_args_type.tcXiao Yang
2020-04-23selftests/ftrace: Check required filter files before running testXiao Yang
2019-12-09selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu
2019-09-28selftests/ftrace: Fix same probe error testSteven Rostedt (VMware)
2019-09-19selftests/ftrace: Update kprobe event error testcaseMasami Hiramatsu
2019-09-17selftests/ftrace: Select an existing function in kprobe_eventname testSteven Rostedt (VMware)
2019-08-31selftests/ftrace: Add syntax error test for multiprobeMasami Hiramatsu
2019-08-31selftests/ftrace: Add syntax error test for immediatesMasami Hiramatsu
2019-08-31selftests/ftrace: Add a testcase for kprobe multiprobe eventMasami Hiramatsu
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-25selftests/ftrace: Add user-memory access syntax testcaseMasami Hiramatsu
2019-05-24selftests/ftrace: Make a script checkbashisms cleanMasami Hiramatsu
2019-04-08selftests/ftrace: Move kprobe/uprobe check_error() to test.d/functionsTom Zanussi
2019-04-08selftests/ftrace: Add error_log testcase for probe errorsMasami Hiramatsu
2018-10-24selftests/ftrace: Add kprobe-event with symbol argument testMasami Hiramatsu
2018-10-24selftests/ftrace: Add kprobe profile testcaseMasami Hiramatsu
2018-10-24selftests/ftrace: Add kprobe event with $comm argument testcaseMasami Hiramatsu
2018-10-24selftests/ftrace: Test kprobe-event argument with various bitsizeMasami Hiramatsu
2018-10-24selftests/ftrace: Improve kretprobe testcase to check log dataMasami Hiramatsu
2018-10-24selftests/ftrace: Improve kprobe testcase to check log dataMasami Hiramatsu
2018-10-24selftests/ftrace: Improve kprobe on module testcase to load/unload moduleMasami Hiramatsu
2018-10-24selftests/ftrace: Fix to test kprobe $comm arg only if availableMasami Hiramatsu
2018-10-24selftests/ftrace: Remove unneeded per-test init/cleanup ftraceMasami Hiramatsu
2018-07-30selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu
2018-06-07selftests/ftrace: Add ppc support for kprobe args testsNaveen N. Rao
2018-03-23selftests: ftrace: Add a testcase for probepointMasami Hiramatsu