Home
last modified time | relevance | path

Searched refs:nsecs_str (Results 1 – 5 of 5) sorted by relevance

/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DUtil.pm51 sub nsecs_str { subroutine
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py31 def nsecs_str(nsecs): function
/external/linux-tools-perf/Documentation/
Dperf-script-perl.txt211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
Dperf-script-python.txt617 nsecs_str(nsecs) - returns printable string in the form secs.nsecs
/external/linux-tools-perf/util/
Dtrace-event-parse.c2709 char nsecs_str[5]; in print_graph_duration() local
2720 snprintf(nsecs_str, 8 - len, "%03lu", nsecs_rem); in print_graph_duration()
2721 len += printf(".%s", nsecs_str); in print_graph_duration()