Searched defs:call_site (Results 1 – 3 of 3) sorted by relevance
/external/linux-tools-perf/ |
D | builtin-kmem.c | 43 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/ |
D | check-perf-trace.py | 41 call_site, ptr, bytes_req, bytes_alloc, argument
|
/external/valgrind/tsan/ |
D | thread_sanitizer.cc | 3304 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()
|