Searched refs:colon (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/util/ |
| A D | tp_pmu.c | 194 char *dup_name, *colon; in tp_pmu__have_event() local 197 colon = strchr(name, ':'); in tp_pmu__have_event() 198 if (colon == NULL) in tp_pmu__have_event() 205 colon = dup_name + (colon - name); in tp_pmu__have_event() 206 *colon = '\0'; in tp_pmu__have_event() 207 id = tp_pmu__id(dup_name, colon + 1); in tp_pmu__have_event()
|
| A D | env.c | 705 char *pmu_mapping = env->pmu_mappings, *colon; in perf_env__has_pmu_mapping() local 708 if (strtoul(pmu_mapping, &colon, 0) == ULONG_MAX || *colon != ':') in perf_env__has_pmu_mapping() 711 pmu_mapping = colon + 1; in perf_env__has_pmu_mapping()
|
| A D | drm_pmu.c | 139 const char *colon = strchr(line, ':'); in add_event() local 142 if (!colon) in add_event() 150 tmp[*num_events].name = strndup(line, colon - line); in add_event()
|
| A D | evsel.c | 704 int colon = 0, r = 0; in evsel__add_modifiers() local 709 if (!colon) colon = ++r; \ in evsel__add_modifiers() 720 if (!colon) in evsel__add_modifiers() 721 colon = ++r; in evsel__add_modifiers() 730 if (colon) in evsel__add_modifiers() 731 bf[colon - 1] = ':'; in evsel__add_modifiers()
|
| /tools/lib/subcmd/ |
| A D | help.c | 233 char *paths, *path, *colon; in load_command_list() local 236 if ((colon = strchr(path, ':'))) in load_command_list() 237 *colon = 0; in load_command_list() 241 if (!colon) in load_command_list() 243 path = colon + 1; in load_command_list()
|
| /tools/testing/selftests/bpf/ |
| A D | jit_disasm_helpers.c | 93 char *label, *colon, *triple = NULL; in disasm_one_func() local 146 colon = ""; in disasm_one_func() 149 colon = ":"; in disasm_one_func() 156 fprintf(text_out, "%s%s%s\n", label, colon, buf); in disasm_one_func()
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 1923 char *comma, *colon, *dash, *value; in main() local 1930 colon = strchr(test, ':'); in main() 1931 if (colon) in main() 1932 *(colon++) = '\0'; in main() 1946 value = colon; in main() 1948 colon = strchr(value, ':'); in main() 1949 if (colon) in main() 1950 *(colon++) = '\0'; in main() 1964 value = colon; in main() 1972 } while (colon && *colon); in main()
|
| /tools/perf/Documentation/ |
| A D | perf-list.txt | 58 Events can optionally have a modifier by appending a colon and one or
|
| A D | perf-record.txt | 38 - a symbolic or raw PMU event followed by an optional colon 796 <spec> value can be user defined list of masks. Masks separated by colon
|
| A D | perf-stat.txt | 44 - a symbolic or raw PMU event followed by an optional colon
|
Completed in 656 milliseconds