Home
last modified time | relevance | path

Searched refs:ks (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dget_stack_raw_tp.c32 struct ksym *ks; in get_stack_print_output() local
51 ks = ksym_search(raw_data[i]); in get_stack_print_output()
52 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output()
68 ks = ksym_search(e.kern_stack[i]); in get_stack_print_output()
69 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output()
A Dkprobe_multi_test.c500 struct ksym *ks; in get_syms() local
541 ks = search_kallsyms_custom_local(ksyms, name, search_kallsyms_compare); in get_syms()
542 if (!ks) { in get_syms()
547 ksym_name = ks->name; in get_syms()
/tools/perf/util/
A Dcall-path.c79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew() argument
84 bool in_kernel = ip >= ks; in call_path__findnew()
A Dcall-path.h66 struct symbol *sym, u64 ip, u64 ks);
A Dthread-stack.c914 u64 ks = ts->kernel_start; in thread_stack__no_call_return() local
920 if (ip >= ks && addr < ks) { in thread_stack__no_call_return()
928 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
932 } else if (thread_stack__in_kernel(ts) && ip < ks) { in thread_stack__no_call_return()
958 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
968 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
982 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
988 cp = call_path__findnew(cpr, cp, fsym, ip, ks); in thread_stack__no_call_return()
/tools/testing/selftests/bpf/
A Dtrace_helpers.c167 struct ksym *ks; in search_kallsyms_custom_local() local
172 ks = &ksyms->syms[mid]; in search_kallsyms_custom_local()
173 result = cmp_cb(p, ks); in search_kallsyms_custom_local()
179 return ks; in search_kallsyms_custom_local()

Completed in 12 milliseconds