Home
last modified time | relevance | path

Searched refs:execname (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dsynthetic-events.c313 char execname[PATH_MAX]; in perf_event__synthesize_mmap_events() local
332 strcpy(execname, ""); in perf_event__synthesize_mmap_events()
339 &ino, execname); in perf_event__synthesize_mmap_events()
383 if (!strcmp(execname, "")) in perf_event__synthesize_mmap_events()
384 strcpy(execname, anonstr); in perf_event__synthesize_mmap_events()
387 !strncmp(execname, hugetlbfs_mnt, hugetlbfs_mnt_len)) { in perf_event__synthesize_mmap_events()
388 strcpy(execname, anonstr); in perf_event__synthesize_mmap_events()
392 size = strlen(execname) + 1; in perf_event__synthesize_mmap_events()
393 memcpy(event->mmap2.filename, execname, size); in perf_event__synthesize_mmap_events()
/Linux-v5.4/Documentation/trace/
Dhistogram.rst78 .execname display a common_pid as a program name
90 - the 'execname' modifier can only be used on a 'common_pid'. The
91 reason for this is that the execname is simply the 'comm' value
647 special .execname modifier to display the executable names for the
651 # echo 'hist:key=common_pid.execname:val=count:sort=count.descending' > \
655 … # trigger info: hist:keys=common_pid.execname:vals=count:sort=count.descending:size=2048 [active]
746 # echo 'hist:key=id.syscall,common_pid.execname:val=hitcount:sort=id,hitcount' > \
750 …# trigger info: hist:keys=id.syscall,common_pid.execname:vals=hitcount:sort=id.syscall,hitcount:si…
796 # echo 'hist:key=id.syscall,common_pid.execname:val=hitcount:sort=id,hitcount if id == 16' > \
800 …# trigger info: hist:keys=id.syscall,common_pid.execname:vals=hitcount:sort=id.syscall,hitcount:si…
[all …]
Dtracepoint-analysis.rst75 page_allocs[execname()]++