Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm51 sub nsecs_str { subroutine
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py32 def nsecs_str(nsecs): function
/openbmc/linux/kernel/trace/
H A Dtrace_functions_graph.c570 char nsecs_str[5]; in trace_print_graph_duration() local
583 size_t slen = min_t(size_t, sizeof(nsecs_str), 8UL - len); in trace_print_graph_duration()
585 snprintf(nsecs_str, slen, "%03lu", nsecs_rem); in trace_print_graph_duration()
586 trace_seq_printf(s, ".%s", nsecs_str); in trace_print_graph_duration()
587 len += strlen(nsecs_str) + 1; in trace_print_graph_duration()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-perl.txt211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
H A Dperf-script-python.txt637 nsecs_str(nsecs) - returns printable string in the form secs.nsecs