Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DUtil.pm51 sub nsecs_str { subroutine
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DUtil.py31 def nsecs_str(nsecs): function
/linux-4.1.27/kernel/trace/
Dtrace_functions_graph.c701 char nsecs_str[5]; in trace_print_graph_duration() local
714 size_t slen = min_t(size_t, sizeof(nsecs_str), 8UL - len); in trace_print_graph_duration()
716 snprintf(nsecs_str, slen, "%03lu", nsecs_rem); in trace_print_graph_duration()
717 trace_seq_printf(s, ".%s", nsecs_str); in trace_print_graph_duration()
718 len += strlen(nsecs_str); in trace_print_graph_duration()
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-perl.txt211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
Dperf-script-python.txt615 nsecs_str(nsecs) - returns printable string in the form secs.nsecs