Home
last modified time | relevance | path

Searched defs:nsecs (Results 1 – 13 of 13) sorted by relevance

/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py23 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/
DUtil.pm32 sub nsecs subroutine
/tools/perf/scripts/python/
Dcompaction-times.py96 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
Dcheck-perf-trace.py60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
/tools/perf/util/
Ddebug.c97 u64 secs, usecs, nsecs = t; in veprintf_time() local
Dauxtrace.c1619 unsigned long long nsecs = e->time; in perf_event__fprintf_auxtrace_error() local
/tools/perf/bench/
Depoll-ctl.c36 static unsigned int nsecs = 8; variable
Depoll-wait.c91 static unsigned int nsecs = 8; variable
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c351 unsigned long long nsecs = sample->time; in perl_process_tracepoint() local
Dtrace-event-python.c872 unsigned long long nsecs = sample->time; in python_process_tracepoint() local
/tools/perf/
Dbuiltin-sched.c304 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()
Dbuiltin-script.c738 unsigned long long nsecs; in perf_sample__fprintf_start() local
/tools/bpf/bpftool/
Dprog.c101 static void print_boot_time(__u64 nsecs, char *buf, unsigned int size) in print_boot_time()