Searched refs:end_str (Results 1 – 2 of 2) sorted by relevance
| /tools/perf/util/ |
| A D | time-utils.c | 52 char *start_str, char *end_str) in parse_timestr_sec_nsec() argument 59 if (end_str && (*end_str != '\0') && in parse_timestr_sec_nsec() 69 char *start_str, *end_str; in split_start_end() local 86 end_str = d; in split_start_end() 89 *end = end_str; in split_start_end() 96 char *start_str = NULL, *end_str; in perf_time__parse_str() local 221 char *p, *end_str; in percent_slash_split() local 240 i = (int)strtol(p, &end_str, 10); in percent_slash_split() 241 if (*end_str) in percent_slash_split() 256 char *start_str = NULL, *end_str; in percent_dash_split() local [all …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf.c | 4287 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local 4310 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create() 6504 const char *end_str = str + str_sec_size; in patch_name_tbd() local 6522 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
|
Completed in 18 milliseconds