Home
last modified time | relevance | path

Searched refs:trace_clock (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dbasic3.tc5 test -f trace_clock
6 for c in `cat trace_clock | tr -d \[\]`; do
7 echo $c > trace_clock
8 grep '\['$c'\]' trace_clock
10 echo local > trace_clock
/linux/kernel/trace/
H A Dtrace_clock.c24 #include <linux/trace_clock.h>
50 * trace_clock(): 'between' trace clock. Not completely serialized,
57 u64 notrace trace_clock(void) in trace_clock() function
61 EXPORT_SYMBOL_GPL(trace_clock);
H A DMakefile43 obj-$(CONFIG_TRACE_CLOCK) += trace_clock.o
H A Dtrace.c350 __setup("trace_clock=", set_trace_boot_clock);
1756 { trace_clock, "perf", 1 },
5412 " trace_clock\t\t- change the clock used to order events\n"
8668 /* local or global for trace_clock */ in tracing_stats_read()
8678 /* counter or tsc mode for trace_clock */ in tracing_stats_read()
9616 /* Set trace_clock as the same of the previous boot. */ in setup_trace_scratch()
9620 pr_info("the previous trace_clock info is not valid."); in setup_trace_scratch()
10135 trace_create_file("trace_clock", TRACE_MODE_WRITE, d_tracer, tr, in init_tracer_tracefs()
11186 " \"trace_clock=local\"\n" in tracing_set_default_clock()
/linux/tools/testing/ktest/examples/bootconfigs/
H A Dboottrace.bconf40 trace_clock = mono
47 trace_clock = x86-tsc
H A Dtracing.bconf6 trace_clock = global;
/linux/include/linux/
H A Dtrace_clock.h16 #include <asm/trace_clock.h>
19 extern u64 notrace trace_clock(void);
/linux/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh254 set_value_of ${instance}.trace_clock ${instancedir}/trace_clock
/linux/arch/powerpc/kernel/trace/
H A DMakefile21 obj-$(CONFIG_TRACING) += trace_clock.o
/linux/arch/um/include/asm/
H A DKbuild25 generic-y += trace_clock.h
/linux/include/asm-generic/
H A DKbuild60 mandatory-y += trace_clock.h
/linux/arch/x86/kernel/
H A DMakefile106 obj-$(CONFIG_X86_TSC) += trace_clock.o
/linux/Documentation/trace/
H A Dboottime-trace.rst68 ftrace.[instance.INSTANCE.]trace_clock = CLOCK
69 Set given CLOCK to ftrace's trace_clock.
H A Dhistogram.rst1683 where XXX is any of the clocks listed in the tracing/trace_clock