aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_selftest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-25tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei1-0/+3
2022-02-25tracing: Fix selftest config check for function graph start up testChristophe Leroy1-4/+2
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-2/+2
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-1/+1
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-9/+11
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)1-5/+2
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)1-2/+7
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-13/+13
2019-04-21function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)1-1/+4
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)1-2/+6
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-33/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13tracing: mark trace_test_buffer as __maybe_unusedArnd Bergmann1-1/+1
2017-10-04tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes1-32/+0
2017-09-01ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2014-10-12Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-17/+30
2014-10-09tracing: Clean up scheduling in trace_wakeup_test_thread()Steven Rostedt1-17/+30
2014-09-12ftrace: Only disable ftrace_enabled to test buffer in selftestSteven Rostedt (Red Hat)1-0/+4
2014-04-21tracing: Add static to local functionsFabian Frederick1-3/+3
2014-04-21tracing: Move ftrace_max_lock into trace_arraySteven Rostedt (Red Hat)1-2/+2
2014-04-21tracing: Move tracing_max_latency into trace_arraySteven Rostedt (Red Hat)1-13/+13
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)1-14/+19
2014-01-13sched/deadline: Add latency tracing for SCHED_DEADLINE tasksDario Faggioli1-14/+19
2013-07-01ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)1-2/+16
2013-05-29tracing: Fix bad parameter passed in branch selftestSteven Rostedt (Red Hat)1-1/+1
2013-03-15tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)1-4/+5
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-21/+21
2013-01-22ftrace: Fix function tracing recursion self testSteven Rostedt1-1/+2
2013-01-22tracing: Fix selftest function recursion accountingSteven Rostedt1-13/+3
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu1-1/+1
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt1-0/+1
2012-11-02tracing: Make tracing_enabled be equal to tracing_onSteven Rostedt1-12/+0
2012-08-07tracing: Fix wakeup_rt self test on virtual machinesSteven Rostedt1-14/+13
2012-07-31ftrace: Add selftest to test function save-regs supportSteven Rostedt1-0/+114
2012-07-31ftrace: Add selftest to test function trace recursion protectionSteven Rostedt1-0/+136
2012-07-31ftrace: Add default recursion protection for function tracingSteven Rostedt1-2/+5
2012-07-19ftrace: Return pt_regs to function trace callbackSteven Rostedt1-5/+10
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt1-5/+10
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt1-1/+209
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt1-2/+2
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra1-1/+1
2010-10-23sched: Make sched_param argument static in sched_setscheduler() callersKOSAKI Motohiro1-1/+1
2010-07-20tracing: Remove special tracesFrederic Weisbecker1-1/+0
2010-07-20tracing: Remove sysprof ftrace pluginFrederic Weisbecker1-32/+0
2010-07-15tracing: Remove ksym tracerFrederic Weisbecker1-54/+0
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3