Home
last modified time | relevance | path

Searched refs:call_site (Results 1 – 25 of 25) sorted by relevance

/linux/include/trace/events/
H A Dkmem.h14 TP_PROTO(unsigned long call_site,
20 TP_ARGS(call_site, ptr, s, gfp_flags, node),
23 __field( unsigned long, call_site )
34 __entry->call_site = call_site;
47 (void *)__entry->call_site,
59 TP_PROTO(unsigned long call_site,
66 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node),
69 __field( unsigned long, call_site )
78 __entry->call_site = call_site;
87 (void *)__entry->call_site,
[all …]
H A Dpercpu.h13 TP_PROTO(unsigned long call_site,
18 TP_ARGS(call_site, reserved, is_atomic, size, align, base_addr, off,
22 __field( unsigned long, call_site )
34 __entry->call_site = call_site;
47 (void *)__entry->call_site,
/linux/tools/perf/
H A Dbuiltin-kmem.c62 u64 call_site; member
87 static int insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument
125 data->call_site = call_site; in insert_alloc_stat()
132 static int insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument
143 if (call_site > data->call_site) in insert_caller_stat()
145 else if (call_site < data->call_site) in insert_caller_stat()
151 if (data && data->call_site == call_site) { in insert_caller_stat()
161 data->call_site = call_site; in insert_caller_stat()
177 call_site = evsel__intval(evsel, sample, "call_site"); in evsel__process_alloc_event() local
181 if (insert_alloc_stat(call_site, ptr, bytes_req, bytes_alloc, sample->cpu) || in evsel__process_alloc_event()
[all …]
/linux/Documentation/trace/
H A Devents-kmem.rst21 kmalloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
22 kmalloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
23 kfree call_site=%lx ptr=%p
36 kmem_cache_alloc call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s
37 kmem_cache_alloc_node call_site=%lx ptr=%p bytes_req=%zu bytes_alloc=%zu gfp_flags=%s node=%d
38 kmem_cache_free call_site=%lx ptr=%p
43 but the call_site can usually be used to extrapolate that information.
/linux/tools/perf/scripts/python/
H A Dcheck-perf-trace.py42 common_callchain, call_site, ptr, bytes_req, bytes_alloc, argument
51 (call_site, ptr, bytes_req, bytes_alloc,
/linux/rust/syn/
H A Derror.rs196 let start = iter.next().map_or_else(Span::call_site, |t| t.span()); in new_spanned()
215 None => return Span::call_site(), in span()
281 None => (Span::call_site(), Span::call_site()), in to_compile_error()
H A Dtoken.rs227 span: Span::call_site(),
354 spans: [Span::call_site(); $len],
462 $name(Span::call_site())
591 span: Span::call_site(), in default()
H A Dcustom_keyword.rs114 span: $crate::__private::Span::call_site(),
H A Dcustom_punctuation.rs101 $ident($crate::__private::Span::call_site())
H A Ddata.rs220 let span = proc_macro2::Span::call_site(); in next()
H A Dbuffer.rs332 Span::call_site() in span()
H A Dparse.rs1282 let scope = Span::call_site(); in tokens_to_parse_buffer()
H A Dlit.rs1027 let scope = Span::call_site(); in peek_impl()
H A Dexpr.rs1065 span: Span::call_site(), in from()
3973 Token![..](Span::call_site()).to_tokens(tokens); in to_tokens()
/linux/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/linux/rust/proc-macro2/
H A Dfallback.rs62 pub(crate) fn call_site() -> Self { in call_site() method
64 span: Span::call_site(), in call_site()
508 pub(crate) fn call_site() -> Self { in call_site() method
513 pub(crate) fn call_site() -> Self { in call_site() method
518 Span::call_site() in mixed_site()
523 Span::call_site() in def_site()
709 span: Span::call_site(), in new()
947 span: Span::call_site(), in _new()
960 return Err(LexError::call_site()); in from_str_checked()
978 Err(LexError::call_site()) in from_str_checked()
H A Ddetection.rs69 let works = panic::catch_unwind(proc_macro::Span::call_site).is_ok(); in initialize()
H A Dwrapper.rs269 LexError::Compiler(_) | LexError::CompilerPanic => Span::call_site(), in span()
293 let fallback = fallback::LexError::call_site(); in fmt()
306 let fallback = fallback::LexError::call_site(); in fmt()
378 pub(crate) fn call_site() -> Self { in call_site() method
380 Span::Compiler(proc_macro::Span::call_site()) in call_site()
382 Span::Fallback(fallback::Span::call_site()) in call_site()
H A Dlib.rs376 pub fn call_site() -> Self { in call_site() method
377 Span::_new(imp::Span::call_site()) in call_site()
814 span: Span::call_site(), in new()
H A Dparse.rs306 crate::Ident::_new_fallback(Ident::new_unchecked(sym, fallback::Span::call_site())); in ident_any()
316 crate::Ident::_new_fallback(Ident::new_raw_unchecked(sym, fallback::Span::call_site())); in ident_any()
/linux/rust/macros/
H A Dhelpers.rs44 proc_macro::Span::call_site() in try_string()
54 proc_macro::Span::call_site().file() in expect_punct()
/linux/rust/quote/
H A Druntime.rs299 let span = Span::call_site(); in push_ident()
312 TokenTree::Ident(Ident::new(&lifetime[1..], Span::call_site())), in push_lifetime()
426 push_underscore_spanned(tokens, Span::call_site()); in push_underscore()
438 let span = span.unwrap_or_else(Span::call_site); in mk_ident()
H A Dspanned.rs35 None => return Span::call_site(), in join_spans()
H A Dto_tokens.rs219 tokens.append(Ident::new(word, Span::call_site())); in to_tokens()
/linux/tools/testing/selftests/bpf/progs/
H A Dbench_local_storage_create.c33 int BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, in BPF_PROG() argument