Home
last modified time | relevance | path

Searched refs:syscall_name (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/scripts/python/
A Dsyscall-counts.py18 from Util import syscall_name
65 print("%-40s %10d" % (syscall_name(id), val))
A Dsyscall-counts-by-pid.py17 from Util import syscall_name
75 print(" %-38s %10d" % (syscall_name(id), val))
A Dsctop.py85 print("%-40s %10d" % (syscall_name(id), val))
A Dfailed-syscalls-by-pid.py76 print(" syscall: %-16s" % syscall_name(id))
/linux/arch/parisc/include/asm/
A Dunistd.h11 #define SYS_ify(syscall_name) __NR_##syscall_name argument
/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DUtil.py81 def syscall_name(id): function
/linux/tools/perf/Documentation/
A Dperf-script-python.txt265 the Util function syscall_name(), which translates the raw syscall
272 entirety below (syscall_name() helper is not yet available, you can
311 print "%-40s %10d\n" % (syscall_name(id), val),
/linux/kernel/trace/
A Dtrace_events_hist.c5110 const char *syscall_name; in hist_trigger_print_key() local
5113 syscall_name = get_syscall_name(uval); in hist_trigger_print_key()
5114 if (!syscall_name) in hist_trigger_print_key()
5115 syscall_name = "unknown_syscall"; in hist_trigger_print_key()
5118 syscall_name, uval); in hist_trigger_print_key()

Completed in 25 milliseconds