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

/linux-master/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)
75 if (use_trace)
/linux-master/tools/perf/util/
H A Dsort.c3518 bool use_trace = true; local
3528 use_trace = false;
3533 if (use_trace) {

Completed in 107 milliseconds