Home
last modified time | relevance | path

Searched refs:use_trace (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/samples/fprobe/
H A Dfprobe_example.c38 static bool use_trace = false; variable
39 module_param(use_trace, bool, 0644);
40 MODULE_PARM_DESC(use_trace, "Use trace_printk instead of printk. This is only for debugging.");
55 if (use_trace) in sample_entry_handler()
75 if (use_trace) in sample_exit_handler()
/openbmc/linux/tools/perf/util/
H A Dsort.c3320 bool use_trace = true; in get_default_sort_order() local
3330 use_trace = false; in get_default_sort_order()
3335 if (use_trace) { in get_default_sort_order()