Searched refs:vfs_getname (Results 1 – 4 of 4) sorted by relevance
4 perf probe -l 2>&1 | grep -q probe:vfs_getname9 perf probe -q -d probe:vfs_getname*36 perf probe -q "vfs_getname=getname_flags:${line} pathname=result->name:string" || \37 perf probe $add_probe_verbose "vfs_getname=getname_flags:${line} pathname=filename:ustring" || return 1
2 # Use vfs_getname probe to get syscall args filenames (exclusive)4 # Uses the 'perf test shell' library to add probe:vfs_getname to the system6 # checks that that was captured by the vfs_getname probe in the generated24 skip_no_probe_record_support "probe:vfs_getname*"29 perf record -o ${perfdata} -e probe:vfs_getname\* touch $file33 echo "Looking at perf.data file for vfs_getname records for the file we touched:"35 grep -E " +touch +[0-9]+ +\[[0-9]+\] +[0-9]+\.[0-9]+: +probe:vfs_getname[_0-9]*: +\([[:xdigit:]]+\) +pathname=\"${file}\""
80 Will set all raw_syscalls:sys_{enter,exit}, pgfault, vfs_getname, etc160 hooking the open syscall return + vfs_getname or via reading /proc/pid/fd, etc.
193 u64 vfs_getname, member 225 bool vfs_getname; member 1526 * filename.ptr: The filename char pointer that will be vfs_getname'd1528 * filename.ptr by the vfs_getname tracepoint/kprobe.1835 if (!arg->trace->vfs_getname) in syscall_arg__scnprintf_filename() 2933 ++trace->stats.vfs_getname; in trace__sys_exit() 3430 * appears in our event stream (vfs_getname comes to mind). in trace__set_base_time() 3543 ret = parse_events(evlist, "probe:vfs_getname*", &err); in evlist__add_vfs_getname() 3549 if (!strstarts(evsel__name(evsel), "probe:vfs_getname")) in evlist__add_vfs_getname() 4375 trace->vfs_getname in trace__run() [all...]