• Home
  • Raw
  • Download

Lines Matching refs:key

782 	unsigned long key;  in ftrace_find_profiled_func()  local
784 key = hash_long(ip, FTRACE_PROFILE_HASH_BITS); in ftrace_find_profiled_func()
785 hhd = &stat->hash[key]; in ftrace_find_profiled_func()
801 unsigned long key; in ftrace_add_profile() local
803 key = hash_long(rec->ip, FTRACE_PROFILE_HASH_BITS); in ftrace_add_profile()
804 hlist_add_head_rcu(&rec->node, &stat->hash[key]); in ftrace_add_profile()
1207 unsigned long key; in ftrace_lookup_ip() local
1215 key = hash_long(ip, hash->size_bits); in ftrace_lookup_ip()
1217 key = 0; in ftrace_lookup_ip()
1219 hhd = &hash->buckets[key]; in ftrace_lookup_ip()
1232 unsigned long key; in __add_hash_entry() local
1235 key = hash_long(entry->ip, hash->size_bits); in __add_hash_entry()
1237 key = 0; in __add_hash_entry()
1239 hhd = &hash->buckets[key]; in __add_hash_entry()
1534 const struct dyn_ftrace *key = a; in ftrace_cmp_recs() local
1537 if (key->flags < rec->ip) in ftrace_cmp_recs()
1539 if (key->ip >= rec->ip + MCOUNT_INSN_SIZE) in ftrace_cmp_recs()
1560 struct dyn_ftrace key; in ftrace_location_range() local
1562 key.ip = start; in ftrace_location_range()
1563 key.flags = end; /* overload flags, as it is unsigned long */ in ftrace_location_range()
1569 rec = bsearch(&key, pg->records, pg->index, in ftrace_location_range()
3687 unsigned long key; in function_trace_probe_call() local
3689 key = hash_long(ip, FTRACE_HASH_BITS); in function_trace_probe_call()
3691 hhd = &ftrace_func_hash[key]; in function_trace_probe_call()
3786 unsigned long key; in register_ftrace_function_probe() local
3860 key = hash_long(entry->ip, FTRACE_HASH_BITS); in register_ftrace_function_probe()
3861 hlist_add_head_rcu(&entry->node, &ftrace_func_hash[key]); in register_ftrace_function_probe()