Searched refs:cpumode (Results 1 - 8 of 8) sorted by relevance

/external/linux-tools-perf/util/
H A Dthread.h45 struct perf_session *session, u8 cpumode,
50 struct perf_session *session, u8 cpumode,
H A Dbuild-id.c27 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; local
36 thread__find_addr_map(thread, session, cpumode, MAP__FUNCTION,
H A Devent.c604 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; local
611 if (cpumode == PERF_RECORD_MISC_GUEST_KERNEL ||
612 cpumode == PERF_RECORD_MISC_KERNEL) {
688 struct perf_session *session, u8 cpumode,
697 al->cpumode = cpumode;
700 if (cpumode == PERF_RECORD_MISC_KERNEL && perf_host) {
708 } else if (cpumode == PERF_RECORD_MISC_USER && perf_host) {
711 } else if (cpumode == PERF_RECORD_MISC_GUEST_KERNEL && perf_guest) {
724 if (cpumode
687 thread__find_addr_map(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al) argument
763 thread__find_addr_location(struct thread *self, struct perf_session *session, u8 cpumode, enum map_type type, pid_t pid, u64 addr, struct addr_location *al, symbol_filter_t filter) argument
782 u8 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK; local
[all...]
H A Dsymbol.h138 u8 cpumode; member in struct:addr_location
H A Dsession.c249 u8 cpumode = PERF_RECORD_MISC_USER; local
262 cpumode = PERF_RECORD_MISC_HYPERVISOR; break;
264 cpumode = PERF_RECORD_MISC_KERNEL; break;
266 cpumode = PERF_RECORD_MISC_USER; break;
274 thread__find_addr_location(thread, self, cpumode,
H A Dhist.c74 unsigned int cpumode, u64 period)
76 switch (cpumode) {
177 hist_entry__add_cpumode_period(he, al->cpumode, period);
73 hist_entry__add_cpumode_period(struct hist_entry *self, unsigned int cpumode, u64 period) argument
/external/linux-tools-perf/
H A Dbuiltin-inject.c140 u8 cpumode; local
142 cpumode = event->header.misc & PERF_RECORD_MISC_CPUMODE_MASK;
151 thread__find_addr_map(thread, session, cpumode, MAP__FUNCTION,
H A Dbuiltin-top.c769 al.cpumode == PERF_RECORD_MISC_KERNEL) {

Completed in 375 milliseconds