Searched refs:thread_stats (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc37 AsanStats &thread_stats = GetCurrentThreadStats(); local
38 thread_stats.mmaps++;
39 thread_stats.mmaped += size;
47 AsanStats &thread_stats = GetCurrentThreadStats(); local
48 thread_stats.munmaps++;
49 thread_stats.munmaped += size;
256 AsanStats &thread_stats = GetCurrentThreadStats(); local
257 thread_stats.real_frees++;
258 thread_stats.really_freed += m->UsedSize();
387 AsanStats &thread_stats local
449 AsanStats &thread_stats = GetCurrentThreadStats(); local
485 AsanStats &thread_stats = GetCurrentThreadStats(); local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-lock.c113 static struct rb_root thread_stats; variable in typeref:struct:rb_root
120 node = thread_stats.rb_node;
136 struct rb_node **rb = &thread_stats.rb_node;
153 rb_insert_color(&new->rb, &thread_stats);
194 rb_link_node(&st->rb, NULL, &thread_stats.rb_node);
195 rb_insert_color(&st->rb, &thread_stats);
761 node = rb_first(&thread_stats);

Completed in 80 milliseconds