summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_selftest.c
AgeCommit message (Expand)Author
2023-05-28tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)
2023-03-21ftrace: selftest: remove broken trace_direct_trampMark Rutland
2023-03-21ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest
2023-03-21ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multiFlorent Revest
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra
2022-05-25tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei
2022-02-25tracing: Fix selftest config check for function graph start up testChristophe Leroy
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-04-21function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann
2017-10-04tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes
2017-09-01ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2014-10-12Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-10-09tracing: Clean up scheduling in trace_wakeup_test_thread()Steven Rostedt
2014-09-12ftrace: Only disable ftrace_enabled to test buffer in selftestSteven Rostedt (Red Hat)
2014-04-21tracing: Add static to local functionsFabian Frederick
2014-04-21tracing: Move ftrace_max_lock into trace_arraySteven Rostedt (Red Hat)
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli
2013-07-01ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)
2013-05-29tracing: Fix bad parameter passed in branch selftestSteven Rostedt (Red Hat)
2013-03-15tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)
2013-01-22ftrace: Fix function tracing recursion self testSteven Rostedt
2013-01-22tracing: Fix selftest function recursion accountingSteven Rostedt
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt
2012-11-02tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt
2012-08-07tracing: Fix wakeup_rt self test on virtual machinesSteven Rostedt
2012-07-31ftrace: Add selftest to test function save-regs supportSteven Rostedt
2012-07-31ftrace: Add selftest to test function trace recursion protectionSteven Rostedt
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra