Searched refs:next_str (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_field_iter.c | 132 __u32 *next_str, *next_id; in test_btf_field_iter() local 142 while ((next_str = btf_field_iter_next(&it_strs))) { in test_btf_field_iter() 143 const char *str = btf__str_by_offset(btf, *next_str); in test_btf_field_iter()
|
H 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() 4322 strs_idx[strs_cnt++] = next_str; in btf_raw_create() 4323 next_str += strlen(next_str); in btf_raw_create() 4331 "Error in getting next_str #%d", in btf_raw_create() 6505 const char *next_str = str + str_off; in patch_name_tbd() local 6522 next_str = get_next_str(next_str, end_st in patch_name_tbd() [all...] |
/linux/arch/x86/events/ |
H A D | core.c | 1895 const char *str, *next_str; in events_hybrid_sysfs_show() local 1917 next_str = strchr(str, ';'); in events_hybrid_sysfs_show() 1918 if (next_str) in events_hybrid_sysfs_show() 1919 return snprintf(page, next_str - str + 1, "%s", str); in events_hybrid_sysfs_show()
|