summaryrefslogtreecommitdiffstats
path: root/samples/ftrace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-205-0/+153
|\
| * samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai2024-01-175-0/+153
* | tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)2023-12-181-1/+1
|/
* samples: ftrace: Replace bti assembly with hint for older compilerGONG, Ruiqi2023-08-215-7/+7
* arm64: ftrace: Add direct call trampoline samples supportFlorent Revest2023-07-105-0/+149
* samples: ftrace: Save required argument registers in sample trampolinesFlorent Revest2023-07-101-6/+8
* Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-045-0/+150
|\
| * LoongArch: ftrace: Add direct call trampoline samples supportYouling Tang2023-05-015-0/+150
* | ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest2023-03-215-16/+16
* | ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multiFlorent Revest2023-03-213-14/+22
* | ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest2023-03-212-4/+2
|/
* samples: ftrace: Make some global variables staticTom Rix2023-02-071-12/+12
* ftrace: sample: avoid open-coded 64-bit divisionArnd Bergmann2023-02-071-1/+1
* samples: ftrace: Include the nospec-branch.h only for x86Song Shuai2023-02-075-5/+5
* ftrace: Add sample with custom opsMark Rutland2023-01-252-0/+253
* ftrace: Export ftrace_free_filter() to modulesMark Rutland2023-01-242-0/+2
* x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-175-0/+12
* x86/ibt,ftrace: Add ENDBR to samples/ftracePeter Zijlstra2022-03-155-4/+22
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-123-4/+4
|\
| * x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-083-4/+4
* | ftrace/samples: Add missing prototypes direct functionsJiri Olsa2022-01-054-0/+11
* | ftrace/samples: Add module to test multi direct modify interfaceJiri Olsa2021-12-092-0/+153
|/
* ftrace/samples: add s390 support for ftrace direct multi sampleHeiko Carstens2021-11-181-0/+30
* ftrace/samples: add missing Kconfig option for ftrace direct multi sampleHeiko Carstens2021-11-181-1/+1
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-064-1/+101
|\
| * samples: add s390 support for ftrace direct call samplesHeiko Carstens2021-10-193-0/+100
* | ftrace/samples: Add missing prototype for my_direct_funcJiri Olsa2021-11-011-0/+2
* | ftrace/samples: Add multi direct interface test moduleJiri Olsa2021-10-212-0/+53
|/
* samples/ftrace: Mark my_tramp[12]? globalSami Tolvanen2020-11-303-0/+4
* sample-trace-array: Remove trace_array 'sample-instance'Kefeng Wang2020-06-161-1/+5
* sample-trace-array: Fix sleeping function called from invalid contextKefeng Wang2020-06-161-5/+13
* samples/ftrace: Fix asm function ELF annotationsJosh Poimboeuf2020-05-203-0/+8
* tracing: Sample module to demonstrate kernel access to Ftrace instances.Divya Indi2019-11-223-0/+218
* ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King2019-11-151-1/+1
* ftrace/samples: Add a sample module that implements modify_ftrace_direct()Steven Rostedt (VMware)2019-11-142-0/+89
* ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)2019-11-132-0/+52
* ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)2019-11-132-0/+48