Searched refs:vfs_getname (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/tests/shell/lib/
H A Dprobe_vfs_getname.sh4 perf probe -l 2>&1 | grep -q probe:vfs_getname
9 perf probe -q -d probe:vfs_getname*
17 perf probe -q "vfs_getname=getname_flags:${line} pathname=result->name:string" || \
18 perf probe $add_probe_verbose "vfs_getname=getname_flags:${line} pathname=filename:ustring"
/linux-master/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh2 # Use vfs_getname probe to get syscall args filenames
4 # Uses the 'perf test shell' library to add probe:vfs_getname to the system
6 # checks that that was captured by the vfs_getname probe in the generated
23 skip_no_probe_record_support "probe:vfs_getname*"
25 perf record -o ${perfdata} -e probe:vfs_getname\* touch $file
29 echo "Looking at perf.data file for vfs_getname records for the file we touched:"
31 grep -E " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:vfs_getname[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
/linux-master/tools/perf/
H A Dbuiltin-trace.c167 u64 vfs_getname, member in struct:trace::__anon1556
198 bool vfs_getname; member in struct:trace
1257 * filename.ptr: The filename char pointer that will be vfs_getname'd
1259 * filename.ptr by the vfs_getname tracepoint/kprobe.
1533 if (!arg->trace->vfs_getname)
2509 ++trace->stats.vfs_getname;
3006 * appears in our event stream (vfs_getname comes to mind).
3118 ret = parse_events(evlist, "probe:vfs_getname*", &err);
3124 if (!strstarts(evsel__name(evsel), "probe:vfs_getname"))
3831 trace->vfs_getname
[all...]

Completed in 117 milliseconds