HomeSort by relevance Sort by last modified time
    Searched defs:sample_type (Results 1 - 14 of 14) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sample-parsing.c 127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format)
132 .sample_type = sample_type,
200 sz = perf_event__sample_event_size(&sample, sample_type,
214 err = perf_event__synthesize_sample(event, sample_type,
218 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
219 "perf_event__synthesize_sample", sample_type, err);
234 evsel.sample_size = __perf_evsel__sample_size(sample_type);
238 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n",
239 "perf_evsel__parse_sample", sample_type, err)
269 u64 sample_type; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 364 /* For pipe mode, sample_type is not currently set */
368 u64 sample_type = perf_evlist__combined_sample_type(self->evlist); local
370 if (!self->fd_pipe && !(sample_type & PERF_SAMPLE_CALLCHAIN)) {
394 !(sample_type & PERF_SAMPLE_BRANCH_STACK)) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 831 evlist->combined_sample_type |= evsel->attr.sample_type;
846 u64 sample_type = first->attr.sample_type; local
854 if ((sample_type & PERF_SAMPLE_READ) &&
872 u64 sample_type; local
878 sample_type = first->attr.sample_type;
880 if (sample_type & PERF_SAMPLE_TID)
883 if (sample_type & PERF_SAMPLE_TIME)
886 if (sample_type & PERF_SAMPLE_ID
    [all...]
session.c 65 pr_err("non matching sample_type");
439 attr->sample_type = bswap_64(attr->sample_type);
768 u64 sample_type = __perf_evlist__combined_sample_type(session->evlist); local
776 if ((sample_type & PERF_SAMPLE_CPU))
779 if (sample_type & PERF_SAMPLE_TIME)
834 u64 sample_type; local
843 sample_type = evsel->attr.sample_type;
845 if (sample_type & PERF_SAMPLE_CALLCHAIN
944 u64 sample_type = evsel->attr.sample_type; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 110 * Bits that can be set in attr.sample_type to request information
185 __u64 sample_type; member in struct:perf_event_attr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 110 * Bits that can be set in attr.sample_type to request information
185 __u64 sample_type; member in struct:perf_event_attr
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 161 __u64 sample_type; member in struct:perf_event_attr
  /bionic/libc/kernel/uapi/linux/
perf_event.h 185 __u64 sample_type; member in struct:perf_event_attr
  /external/kernel-headers/original/uapi/linux/
perf_event.h 118 * Bits that can be set in attr.sample_type to request information
266 __u64 sample_type; member in struct:perf_event_attr
296 sample_id_all : 1, /* sample_type all events */
526 * have the sample_type selected fields related to where/when
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 118 * Bits that can be set in attr.sample_type to request information
243 __u64 sample_type; member in struct:perf_event_attr
273 sample_id_all : 1, /* sample_type all events */
503 * have the sample_type selected fields related to where/when
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
perf_event.h 185 __u64 sample_type; member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
perf_event.h 185 __u64 sample_type; member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
perf_event.h 185 __u64 sample_type; member in struct:perf_event_attr
  /external/valgrind/main/include/vki/
vki-linux.h 2766 __vki_u64 sample_type; member in struct:vki_perf_event_attr
    [all...]

Completed in 1452 milliseconds