Home
last modified time | relevance | path

Searched refs:sample_type (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dperf.c257 printflags64(perf_event_sample_format, attr->sample_type, in print_perf_event_attr()
357 if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) { in print_perf_event_attr()
377 if (attr->sample_type & PERF_SAMPLE_STACK_USER) in print_perf_event_attr()
Dperf_event_struct.h14 uint64_t sample_type; member
/external/strace/tests/
Dperf_event_open.c146 const char *type, const char *config, const char *sample_type, in print_event_attr() argument
222 sample_type, read_format); in print_event_attr()
401 if (attr->sample_type & (1 << 11)) in print_event_attr()
433 if (attr->sample_type & (1 << 13)) in print_event_attr()
748 attr->sample_type = sample_types[sample_type_idx].val; in main()
/external/strace/tests-m32/
Dperf_event_open.c146 const char *type, const char *config, const char *sample_type, in print_event_attr() argument
222 sample_type, read_format); in print_event_attr()
401 if (attr->sample_type & (1 << 11)) in print_event_attr()
433 if (attr->sample_type & (1 << 13)) in print_event_attr()
748 attr->sample_type = sample_types[sample_type_idx].val; in main()
/external/strace/tests-mx32/
Dperf_event_open.c146 const char *type, const char *config, const char *sample_type, in print_event_attr() argument
222 sample_type, read_format); in print_event_attr()
401 if (attr->sample_type & (1 << 11)) in print_event_attr()
433 if (attr->sample_type & (1 << 13)) in print_event_attr()
748 attr->sample_type = sample_types[sample_type_idx].val; in main()
/external/v8/tools/
Dll_prof.py605 perf_event_attr.sample_type)
607 (perf_event_attr.sample_type & PERF_SAMPLE_CALLCHAIN) != 0
655 def _SampleEventBodyDesc(self, sample_type): argument
656 assert (sample_type & PERF_SAMPLE_READ) == 0, \
660 if (bit & sample_type) != 0]
/external/kernel-headers/original/uapi/linux/
Dperf_event.h305 __u64 sample_type; member
/external/valgrind/include/vki/
Dvki-linux.h2899 __vki_u64 sample_type; member