Searched refs:perf_script (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/tests/shell/ |
D | record+probe_libc_inet_pton.sh | 62 perf_script=`mktemp -u /tmp/perf.script.XXX` 77 perf script -i $perf_data | tac | grep -m1 ^ping -B9 | tac > $perf_script 79 exec 3<$perf_script 111 rm -f ${perf_data} ${perf_script} ${expected}
|
/linux-6.12.1/tools/perf/ |
D | builtin-script.c | 145 struct perf_script { struct 728 tod_scnprintf(struct perf_script *script, char *buf, int buflen, in tod_scnprintf() 789 static int perf_sample__fprintf_start(struct perf_script *script, in perf_sample__fprintf_start() 2167 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric() 2248 static void process_event(struct perf_script *script, in process_event() 2465 struct perf_script *scr = container_of(tool, struct perf_script, tool); in process_sample_event() 2549 struct perf_script *scr = container_of(tool, struct perf_script, tool); in process_attr() 2618 struct perf_script *script = container_of(tool, struct perf_script, tool); in print_event_with_time() 2745 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_switch_event() 2832 static void perf_script__fclose_per_event_dump(struct perf_script *script) in perf_script__fclose_per_event_dump() [all …]
|