Searched refs:trace_file (Results 1 – 4 of 4) sorted by relevance
6 trace_file=$(mktemp /tmp/perf.data.XXX)16 $perf_tool record -o $trace_file $gflag -z -F 5000 -- \22 $perf_tool report -i $trace_file --header --stats | \27 $perf_tool inject -i $trace_file -o $trace_file.decomp &&28 $perf_tool report -i $trace_file --stdio | head -n -3 > $trace_file.comp.output &&29 $perf_tool report -i $trace_file.decomp --stdio | head -n -3 > $trace_file.decomp.output &&30 diff $trace_file.comp.output $trace_file.decomp.output36 rm -f $trace_file*
570 char *trace_file; in __cmd_ftrace() local619 trace_file = get_tracing_file("trace_pipe"); in __cmd_ftrace()620 if (!trace_file) { in __cmd_ftrace()625 trace_fd = open(trace_file, O_RDONLY); in __cmd_ftrace()627 put_tracing_file(trace_file); in __cmd_ftrace()
40 int open_trace_file(const char *trace_file, bool readwrite);
74 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() argument79 ret = e_snprintf(buf, PATH_MAX, "%s/%s", tracing_path_mount(), trace_file); in open_trace_file()