Home
last modified time | relevance | path

Searched refs:callsite (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-kmem.c280 u64 callsite; member
575 data->callsite = pstat->callsite; in __page_stat__findnew_caller()
792 u64 callsite; in evsel__process_page_alloc_event() local
818 callsite = find_callsite(evsel, sample); in evsel__process_page_alloc_event()
831 pstat->callsite = callsite; in evsel__process_page_alloc_event()
840 pstat->callsite = callsite; in evsel__process_page_alloc_event()
843 this.callsite = callsite; in evsel__process_page_alloc_event()
888 this.callsite = pstat->callsite; in evsel__process_page_free_event()
1073 sym = machine__find_kernel_symbol(machine, data->callsite, &map); in __print_page_alloc_result()
1077 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-kmem.txt37 Show per-callsite statistics
45 for page). Available sort keys are 'ptr, callsite, bytes, hit,
46 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst14 enabled per-callsite.
90 statement callsite (see below for definitions of the flags). The
138 attribute of the callsite to be compared, and a value to compare
164 of each callsite. Example::
171 pathname, or the basename of the source file of each callsite.
182 of each callsite. The module name is the string as
208 against the line number of each ``pr_debug()`` callsite. A single
209 line number matches the callsite line number exactly. A
210 range of line numbers matches any callsite between the first
230 p enables the pr_debug() callsite.
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dftrace.c227 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument
231 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h185 int callsite; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dosl.h427 #define MALLOC_RA(osh, size, callsite) MALLOCZ(osh, size) argument
H A Dlinux_osl.h202 #define MALLOC_RA(osh, size, callsite) osl_mallocz((osh), (size)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dosl.h427 #define MALLOC_RA(osh, size, callsite) MALLOCZ(osh, size) argument
H A Dlinux_osl.h206 #define MALLOC_RA(osh, size, callsite) osl_mallocz((osh), (size)) argument
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c1421 int callsite, int frameno, int subprogno) in init_func_state() argument
1423 state->callsite = callsite; in init_func_state()
5201 *insn_idx = callee->callsite + 1; in prepare_func_exit()
8471 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in explored_state()
9108 if (sl->state.frame[i]->callsite != cur->frame[i]->callsite) in clean_live_states()
9374 if (old->frame[i]->callsite != cur->frame[i]->callsite) in states_equal()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info7663 from callsite to each possible return.
12158 The maximum number of times a callsite can appear in a call
H A Dgccint.info45353 infinite recursion by stopping the analysis if a callsite appears more
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info7663 from callsite to each possible return.
12158 The maximum number of times a callsite can appear in a call
H A Dgccint.info45353 infinite recursion by stopping the analysis if a callsite appears more
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151899 The avc will still appear, however, so that the callsite can be fixed.