summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ftrace
Commit message (Expand)AuthorAgeFilesLines
* selftests/tracing: Fix event filter test to retry up to 10 timesMasami Hiramatsu (Google)2024-05-311-1/+19
* tracing/selftests: Fix kprobe event name test for .isra. functionsSteven Rostedt (Google)2024-05-291-1/+2
* selftests/ftrace: Update required configMasami Hiramatsu (Google)2024-05-291-7/+19
* selftests/ftrace: Fix to check required event fileMasami Hiramatsu (Google)2024-05-291-1/+1
* Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-05-172-0/+81
|\
| * selftests/ftrace: Fix required features for VFS type test caseMasami Hiramatsu (Google)2024-05-101-1/+2
| * selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"Ye Bin2024-05-011-0/+40
| * selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"Ye Bin2024-05-011-0/+40
* | Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-05-145-5/+11
|\ \
| * | selftests/ftrace: Fix checkbashisms errorsMasami Hiramatsu (Google)2024-05-082-2/+2
| * | selftests/ftrace: Fix BTFARG testcase to check fprobe is enabled correctlyMasami Hiramatsu (Google)2024-05-081-1/+1
| * | tracing/selftests: Default to verbose mode when running in kselftestMark Brown2024-05-061-1/+1
| * | tracing/selftests: Support log output when generating KTAP outputMark Brown2024-05-061-1/+7
| |/
* | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-1/+1
|\ \ | |/ |/|
| * Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-254-0/+42
| |\
| * | sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar2024-03-121-1/+1
* | | selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu2024-04-041-3/+3
* | | selftests/ftrace: Fix event filter target_func selectionMark Rutland2024-03-291-1/+1
| |/ |/|
* | Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-03-144-0/+42
|\ \ | |/ |/|
| * selftests/ftrace: Add test cases for entry args at function exitMasami Hiramatsu (Google)2024-03-072-0/+36
| * tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-072-0/+6
* | selftests/ftrace: Add test to exercize function tracer across cpu hotplugNaveen N Rao2024-02-201-0/+42
* | selftest: ftrace: fix minor typo in logVincenzo Mezzela2024-02-201-1/+1
* | selftests: ftrace: fix typo in test descriptionAli Zahraee2024-02-201-1/+1
* | selftest/ftrace: fix typo in ftracetest scriptKousik Sanagavarapu2024-02-201-1/+1
|/
* Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2024-01-182-0/+177
|\
| * tracing/selftests: Remove exec permissions from trace_marker.tc testSteven Rostedt (Google)2023-12-221-0/+0
| * tracing: Update subbuffer with kilobytes not page orderSteven Rostedt (Google)2023-12-211-9/+9
| * ringbuffer/selftest: Add basic selftest to test changing subbuf orderSteven Rostedt (Google)2023-12-211-0/+95
| * tracing/selftests: Add test to test the trace_markerSteven Rostedt (Google)2023-12-191-0/+82
* | tracing/selftests: Add ownership modification tests for eventfsSteven Rostedt (Google)2023-12-221-0/+114
|/
* 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-013-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
|/
* Merge tag 'linux-kselftest-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-151-1/+17
|\
| * selftests: tracing: Fix to unmount tracefs for recovering environmentMasami Hiramatsu (Google)2023-09-121-0/+8
| * ftrace/selftests: Add softlink to latest log directorySteven Rostedt (Google)2023-09-111-1/+9
* | Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-132-2/+2
|\ \
| * | selftests/ftrace: Fix dependencies for some of the synthetic event testsNaveen N Rao2023-09-082-2/+2
* | | Merge tag 'linux-kselftest-next-6.6-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-09-121-1/+1
|\ \ \ | |_|/ |/| |
| * | selftests/ftrace: Correctly enable event in instance-event.tcZheng Yejian2023-09-051-1/+1
* | | Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-022-1/+29
|\ \ \ | |_|/ |/| |
| * | selftests/ftrace: Add BTF fields access testcasesMasami Hiramatsu (Google)2023-08-232-0/+28
| * | tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)2023-08-231-1/+1
* | | Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-09-012-4/+14
|\ \ \
| * | | test: ftrace: Fix kprobe test for eventfsAjay Kaher2023-07-312-4/+14
| |/ /
* / / selftests/ftrace: Add a basic testcase for snapshotZheng Yejian2023-08-161-0/+31
|/ /