Searched defs:nsecs (Results 1 – 13 of 13) sorted by relevance
/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.py | 23 def nsecs(secs, nsecs): function 26 def nsecs_secs(nsecs): argument 29 def nsecs_nsecs(nsecs): argument 32 def nsecs_str(nsecs): argument
|
/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.pm | 32 sub nsecs subroutine
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 96 def complete(self, secs, nsecs): argument 141 def complete_pending(cls, pid, secs, nsecs): argument 172 def mark_pending(self, secs, nsecs): argument 178 def make_complete(self, secs, nsecs): argument
|
D | check-perf-trace.py | 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
|
/tools/perf/util/ |
D | debug.c | 97 u64 secs, usecs, nsecs = t; in veprintf_time() local
|
D | auxtrace.c | 1619 unsigned long long nsecs = e->time; in perf_event__fprintf_auxtrace_error() local
|
/tools/perf/bench/ |
D | epoll-ctl.c | 36 static unsigned int nsecs = 8; variable
|
D | epoll-wait.c | 91 static unsigned int nsecs = 8; variable
|
/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 351 unsigned long long nsecs = sample->time; in perl_process_tracepoint() local
|
D | trace-event-python.c | 872 unsigned long long nsecs = sample->time; in python_process_tracepoint() local
|
/tools/perf/ |
D | builtin-sched.c | 304 static void burn_nsecs(struct perf_sched *sched, u64 nsecs) in burn_nsecs() 313 static void sleep_nsecs(u64 nsecs) in sleep_nsecs() 1839 static inline void print_sched_time(unsigned long long nsecs, int width) in print_sched_time()
|
D | builtin-script.c | 738 unsigned long long nsecs; in perf_sample__fprintf_start() local
|
/tools/bpf/bpftool/ |
D | prog.c | 101 static void print_boot_time(__u64 nsecs, char *buf, unsigned int size) in print_boot_time()
|