summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_benchmark.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Use div64_u64() instead of do_div()Thorsten Blum2024-03-181-3/+2
* tracing: Add numeric delta time to the trace event benchmarkSteven Rostedt (Google)2022-09-261-1/+1
* tracing: Fix some typos in commentsQiujun Huang2020-11-101-3/+3
* trace: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
* rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()Paul E. McKenney2018-05-151-2/+2
* trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney2017-12-041-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tracing: Have the trace_event benchmark thread call cond_resched_rcu_qs()Steven Rostedt (VMware)2017-04-171-3/+11
* tracing: Fix return value check in trace_benchmark_reg()Wei Yongjun2017-02-151-2/+2
* tracing: Allow benchmark to be enabled at early_initcall()Steven Rostedt (Red Hat)2016-12-091-1/+12
* tracing: Do not start benchmark on boot upSteven Rostedt (Red Hat)2016-12-091-1/+11
* tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-091-1/+2
* tracing: Only benchmark the time tracepoints take if tracing is onChunyan Zhang2015-11-021-1/+1
* tracing: Only calculate stats of tracepoint benchmarks for 2^32 timesSteven Rostedt (Red Hat)2014-06-061-7/+30
* tracing: Convert stddev into u64 in tracepoint benchmarkSteven Rostedt (Red Hat)2014-06-051-1/+1
* tracing: Remove unused variable in trace_benchmarkSteven Rostedt (Red Hat)2014-06-041-1/+0
* tracing: Add tracepoint benchmark tracepointSteven Rostedt (Red Hat)2014-05-291-0/+176