Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/bpf/
Dflow_dissector_load.h10 const char *section_name, in bpf_flow_load() argument
28 if (strcmp(section_name, bpf_program__section_name(prog)) == 0) { in bpf_flow_load()
/tools/leds/
Dget_led_device_info.sh140 local section_name="$1"
143 printf "$section_name :\t%-${status_tab}.${status_tab}s %s %s\n" "$section_val" "[ OK ] " "$msg"
148 local section_name="$1"
151 printf "$section_name :\t%-${status_tab}.${status_tab}s %s %s\n" "$section_val" "[ FAILED ]" "$msg"
/tools/perf/util/
Dconfig.c535 const char *section_name) in find_section() argument
540 if (!strcmp(section->name, section_name)) in find_section()
559 const char *section_name) in add_section() argument
567 section->name = strdup(section_name); in add_section()
614 char *section_name, *name; in collect_config() local
630 section_name = strsep(&ptr, "."); in collect_config()
635 section = find_section(sections, section_name); in collect_config()
637 section = add_section(sections, section_name); in collect_config()
Dsymbol-elf.c963 const char *section_name, in dso__process_kernel_symbol() argument
974 if (strcmp(section_name, (curr_dso->short_name + dso->short_name_len)) == 0) in dso__process_kernel_symbol()
977 if (strcmp(section_name, ".text") == 0) { in dso__process_kernel_symbol()
1017 snprintf(dso_name, sizeof(dso_name), "%s%s", dso->short_name, section_name); in dso__process_kernel_symbol()
1188 const char *section_name; in dso__load_sym() local
1233 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym()
1244 section_name, adjust_kernel_syms, kmodule, &remap_kernel)) in dso__load_sym()