Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/shell/
Drecord+probe_libc_inet_pton.sh56 perf_script=`mktemp -u /tmp/perf.script.XXX`
58 perf script -i $perf_data > $perf_script
60 exec 3<$perf_script
92 rm -f ${perf_data} ${perf_script} ${expected}
/Linux-v4.19/tools/perf/
Dbuiltin-script.c1489 struct perf_script { struct
1574 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric()
1622 static void process_event(struct perf_script *script, in process_event()
1789 struct perf_script *scr = container_of(tool, struct perf_script, tool); in process_sample_event()
1833 struct perf_script *scr = container_of(tool, struct perf_script, tool); in process_attr()
1882 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_comm_event()
1917 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_namespaces_event()
1953 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_fork_event()
1986 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_exit_event()
2019 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_mmap_event()
[all …]