Searched refs:full_name (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/filesystems/incfs/ |
D | utils.c | 332 char full_name[FILENAME_MAX] = ""; in concat_file_name() local 334 if (snprintf(full_name, ARRAY_SIZE(full_name), "%s/%s", dir, file) < 0) in concat_file_name() 336 return strdup(full_name); in concat_file_name()
|
/tools/perf/util/ |
D | stat-shadow.c | 553 char full_name[64]; in perf_stat__print_metricgroup_header() local 570 scnprintf(full_name, sizeof(full_name), "%s (%s)", name, evsel->pmu_name); in perf_stat__print_metricgroup_header() 572 scnprintf(full_name, sizeof(full_name), "%s", name); in perf_stat__print_metricgroup_header() 574 out->print_metricgroup_header(config, ctxp, full_name); in perf_stat__print_metricgroup_header()
|
D | sort.c | 2879 bool full_name; in find_evsel() local 2895 full_name = !!strchr(event_name, ':'); in find_evsel() 2898 if (full_name && evsel__name_is(pos, event_name)) in find_evsel() 2901 if (!full_name && strstr(pos->name, event_name)) { in find_evsel()
|
/tools/iio/ |
D | iio_utils.h | 60 int iioutils_break_up_name(const char *full_name, char **generic_name);
|
D | iio_utils.c | 29 int iioutils_break_up_name(const char *full_name, char **generic_name) in iioutils_break_up_name() argument 37 if (!strncmp(full_name, iio_direction[i], in iioutils_break_up_name() 43 current = strdup(full_name + strlen(prefix) + 1); in iioutils_break_up_name()
|
/tools/testing/kunit/ |
D | kunit_parser.py | 578 full_name = test.name 580 full_name = parent_name + '.' + test.name 583 return [full_name] 589 return [full_name] 593 all_failures.extend(failed_names(t, full_name))
|
/tools/testing/selftests/filesystems/fuse/ |
D | bpf_loader.c | 492 char full_name[FILENAME_MAX] = ""; in concat_file_name() local 494 if (snprintf(full_name, ARRAY_SIZE(full_name), "%s/%s", dir, file) < 0) in concat_file_name() 496 return strdup(full_name); in concat_file_name()
|