Home
last modified time | relevance | path

Searched refs:get_percent (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dmem-stats.h213 get_percent (m_allocated, total.m_allocated), in dump()
215 get_percent (m_times, total.m_times), loc->m_ggc ? "ggc" : "heap"); in dump()
230 get_percent (size_t nominator, size_t denominator) in get_percent() function
H A Dalloc-pool.h72 get_percent (m_allocated, total.m_allocated), in dump()
75 get_percent (m_times, total.m_times), in dump()
H A Dbitmap.h248 get_percent (m_allocated, total.m_allocated), in dump()
250 get_percent (m_times, total.m_times), in dump()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dmem-stats.h213 get_percent (m_allocated, total.m_allocated), in dump()
215 get_percent (m_times, total.m_times), loc->m_ggc ? "ggc" : "heap"); in dump()
230 get_percent (size_t nominator, size_t denominator) in get_percent() function
H A Dalloc-pool.h72 get_percent (m_allocated, total.m_allocated), in dump()
75 get_percent (m_times, total.m_times), in dump()
H A Dbitmap.h248 get_percent (m_allocated, total.m_allocated), in dump()
250 get_percent (m_times, total.m_times), in dump()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-c2c.c765 struct hist_entry *he, get_percent_cb get_percent) in percent_color() argument
772 per = get_percent(c2c_he); in percent_color()