Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-kmem.c43 u64 call_site; member
119 static void insert_alloc_stat(unsigned long call_site, unsigned long ptr, in insert_alloc_stat() argument
155 data->call_site = call_site; in insert_alloc_stat()
159 static void insert_caller_stat(unsigned long call_site, in insert_caller_stat() argument
170 if (call_site > data->call_site) in insert_caller_stat()
172 else if (call_site < data->call_site) in insert_caller_stat()
178 if (data && data->call_site == call_site) { in insert_caller_stat()
186 data->call_site = call_site; in insert_caller_stat()
204 unsigned long call_site; in process_alloc_event() local
211 call_site = raw_field_value(event, "call_site", data); in process_alloc_event()
[all …]
/external/linux-tools-perf/scripts/python/
Dcheck-perf-trace.py41 call_site, ptr, bytes_req, bytes_alloc, argument
50 (call_site, ptr, bytes_req, bytes_alloc,
/external/linux-tools-perf/scripts/perl/
Dcheck-perf-trace.pl47 $call_site, $ptr, $bytes_req, $bytes_alloc,
57 $call_site, $ptr, $bytes_req, $bytes_alloc,
/external/valgrind/tsan/
Dthread_sanitizer.cc3304 INLINE CacheLine *TryAcquireLine(TSanThread *thr, uintptr_t a, int call_site) { in TryAcquireLine() argument
3313 res, res->Empty(), res->tag(), cli, call_site); in TryAcquireLine()
3315 Printf("TryAcquire tag=%lx cli=%d site=%d\n", tag, cli, call_site); in TryAcquireLine()
3323 INLINE CacheLine *AcquireLine(TSanThread *thr, uintptr_t a, int call_site) { in AcquireLine() argument
3328 line = TryAcquireLine(thr, a, call_site); in AcquireLine()
3345 raw_tid(thr), a, call_site); in AcquireLine()
3354 INLINE void ReleaseLine(TSanThread *thr, uintptr_t a, CacheLine *line, int call_site) { in ReleaseLine() argument
3368 line, line->Empty(), line->tag(), cli, call_site); in ReleaseLine()
3370 Printf("Release tag=%lx cli=%d site=%d\n", tag, cli, call_site); in ReleaseLine()
3388 INLINE CacheLine *GetLine(TSanThread *thr, uintptr_t a, bool create_new_if_need, int call_site) { in GetLine() argument
[all …]