Searched refs:callsite (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/tools/perf/
H A Dbuiltin-kmem.c262 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 Ddynamic_debug.h6 * 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 Dftrace.c214 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 Dftrace.c233 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 Ddwarf-aux.h53 /* Get callsite line number of inline-function instance */
56 /* Get callsite file name of inlined function instance */
H A Ddwarf-aux.c163 * 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 Dmcount.S91 PTR_SUBU a0, a0, 16 /* arg1: adjust to module's recorded callsite */
/linux-4.4.14/arch/x86/kernel/
H A Dparavirt.c155 /* If the operation is a nop, then nop the callsite */ paravirt_patch_default()
/linux-4.4.14/lib/
H A Ddecompress_unlzma.c130 /* 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 Dparavirt_types.h451 * ideally, patch an inline implementation into the callsite. (Direct
/linux-4.4.14/kernel/time/
H A Dtick-broadcast.c535 * that in tick_broadcast_oneshot_control(). The callsite can use this
/linux-4.4.14/kernel/locking/
H A Drtmutex.c764 * callsite called task_blocked_on_lock(), otherwise NULL

Completed in 476 milliseconds