Searched refs:callsite (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/tools/perf/ |
H A D | builtin-kmem.c | 262 u64 callsite; member in struct:page_stat 407 pr_debug2("unknown callsite: %"PRIx64 "\n", sample->ip); find_callsite() 557 data->callsite = pstat->callsite; __page_stat__findnew_caller() 767 u64 callsite; perf_evsel__process_page_alloc_event() local 793 callsite = find_callsite(evsel, sample); perf_evsel__process_page_alloc_event() 806 pstat->callsite = callsite; perf_evsel__process_page_alloc_event() 815 pstat->callsite = callsite; perf_evsel__process_page_alloc_event() 818 this.callsite = callsite; perf_evsel__process_page_alloc_event() 864 this.callsite = pstat->callsite; perf_evsel__process_page_free_event() 1036 sym = machine__find_kernel_function(machine, data->callsite, __print_page_alloc_result() 1041 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); __print_page_alloc_result() 1079 sym = machine__find_kernel_function(machine, data->callsite, __print_page_caller_result() 1084 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); __print_page_caller_result() 1399 .name = "callsite", 1498 if (l->callsite < r->callsite) page_callsite_cmp() 1500 else if (l->callsite > r->callsite) page_callsite_cmp() 1506 .name = "callsite", 1865 "show per-callsite statistics", parse_caller_opt), cmd_kmem() 1869 "sort by keys: ptr, callsite, bytes, hit, pingpong, frag, " cmd_kmem() 1958 "callsite,order,migtype,gfp"); cmd_kmem()
|
/linux-4.4.14/include/linux/ |
H A D | dynamic_debug.h | 6 * ELF section at every dynamic debug callsite. At runtime, 20 * The flags field controls the behaviour at the callsite.
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | ftrace.c | 214 static int __ftrace_modify_caller(unsigned long *callsite, __ftrace_modify_caller() argument 218 unsigned long pc = (unsigned long) callsite; __ftrace_modify_caller()
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | ftrace.c | 233 static int __ftrace_modify_caller(unsigned long *callsite, __ftrace_modify_caller() argument 237 unsigned long pc = (unsigned long) callsite; __ftrace_modify_caller()
|
/linux-4.4.14/tools/perf/util/ |
H A D | dwarf-aux.h | 53 /* Get callsite line number of inline-function instance */ 56 /* Get callsite file name of inlined function instance */
|
H A D | dwarf-aux.c | 163 * die_get_call_lineno - Get callsite line number of inline-function instance 368 * die_get_call_file - Get callsite file name of inlined function instance
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | mcount.S | 91 PTR_SUBU a0, a0, 16 /* arg1: adjust to module's recorded callsite */
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | paravirt.c | 155 /* If the operation is a nop, then nop the callsite */ paravirt_patch_default()
|
/linux-4.4.14/lib/ |
H A D | decompress_unlzma.c | 130 /* Called twice, but one callsite is in inline'd rc_is_bit_0_helper() */ rc_do_normalize()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | paravirt_types.h | 451 * ideally, patch an inline implementation into the callsite. (Direct
|
/linux-4.4.14/kernel/time/ |
H A D | tick-broadcast.c | 535 * that in tick_broadcast_oneshot_control(). The callsite can use this
|
/linux-4.4.14/kernel/locking/ |
H A D | rtmutex.c | 764 * callsite called task_blocked_on_lock(), otherwise NULL
|
Completed in 476 milliseconds