Searched refs:start_str (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | time-utils.c | 54 if (start_str && (*start_str != '\0') && in parse_timestr_sec_nsec() 69 char *start_str, *end_str; in split_start_end() local 80 start_str = str; in split_start_end() 81 d = strchr(start_str, ch); in split_start_end() 88 *start = start_str; in split_start_end() 96 char *start_str = NULL, *end_str; in perf_time__parse_str() local 100 if (rc || !start_str) in perf_time__parse_str() 108 free(start_str); in perf_time__parse_str() 265 if (ret || !start_str) in percent_dash_split() 270 free(start_str); in percent_dash_split() [all …]
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | inconsistency-check.c | 100 char *start_str; in consistency_test() local 107 start_str = ctime(&t); in consistency_test() 125 ksft_print_msg("\%s\n", start_str); in consistency_test()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | arm-cs-trace-disasm.py | 142 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40) 145 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40) 175 print(start_str, src_str)
|
H A D | intel-pt-events.py | 302 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40) 305 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40) 311 start_str += text.ljust(30) 340 print(start_str, src_str)
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | ftest.S | 52 start_str: label 93 pea start_str(%pc)
|
H A D | itest.S | 43 start_str: label 76 pea start_str(%pc)
|