Home
last modified time | relevance | path

Searched defs:call_site (Results 1 – 3 of 3) 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()
159 static void insert_caller_stat(unsigned long call_site, in insert_caller_stat()
204 unsigned long call_site; in process_alloc_event() local
234 unsigned long call_site, in search_alloc_stat()
/external/linux-tools-perf/scripts/python/
Dcheck-perf-trace.py41 call_site, ptr, bytes_req, bytes_alloc, argument
/external/valgrind/tsan/
Dthread_sanitizer.cc3304 INLINE CacheLine *TryAcquireLine(TSanThread *thr, uintptr_t a, int call_site) { in TryAcquireLine()
3323 INLINE CacheLine *AcquireLine(TSanThread *thr, uintptr_t a, int call_site) { in AcquireLine()
3354 INLINE void ReleaseLine(TSanThread *thr, uintptr_t a, CacheLine *line, int call_site) { in ReleaseLine()
3388 INLINE CacheLine *GetLine(TSanThread *thr, uintptr_t a, bool create_new_if_need, int call_site) { in GetLine()
3428 INLINE CacheLine *GetLineOrCreateNew(TSanThread *thr, uintptr_t a, int call_site) { in GetLineOrCreateNew()
3431 INLINE CacheLine *GetLineIfExists(TSanThread *thr, uintptr_t a, int call_site) { in GetLineIfExists()