Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Devent.c358 char execname[PATH_MAX]; in perf_event__synthesize_mmap_events() local
377 strcpy(execname, ""); in perf_event__synthesize_mmap_events()
384 &ino, execname); in perf_event__synthesize_mmap_events()
428 if (!strcmp(execname, "")) in perf_event__synthesize_mmap_events()
429 strcpy(execname, anonstr); in perf_event__synthesize_mmap_events()
432 !strncmp(execname, hugetlbfs_mnt, hugetlbfs_mnt_len)) { in perf_event__synthesize_mmap_events()
433 strcpy(execname, anonstr); in perf_event__synthesize_mmap_events()
437 size = strlen(execname) + 1; in perf_event__synthesize_mmap_events()
438 memcpy(event->mmap2.filename, execname, size); in perf_event__synthesize_mmap_events()
/Linux-v4.19/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
659 special .execname modifier to display the executable names for the
663 # echo 'hist:key=common_pid.execname:val=count:sort=count.descending' > \
667 … # trigger info: hist:keys=common_pid.execname:vals=count:sort=count.descending:size=2048 [active]
758 # echo 'hist:key=id.syscall,common_pid.execname:val=hitcount:sort=id,hitcount' > \
762 …# trigger info: hist:keys=id.syscall,common_pid.execname:vals=hitcount:sort=id.syscall,hitcount:si…
808 # echo 'hist:key=id.syscall,common_pid.execname:val=hitcount:sort=id,hitcount if id == 16' > \
812 …# trigger info: hist:keys=id.syscall,common_pid.execname:vals=hitcount:sort=id.syscall,hitcount:si…
[all …]
Dtracepoint-analysis.rst75 page_allocs[execname()]++