HomeSort by relevance Sort by last modified time
    Searched full:perf_sample_id (Results 1 - 22 of 22) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.h 34 * Per fd, to map back from PERF_SAMPLE_ID to evsel, only used when there are
37 struct perf_sample_id { struct
51 * @id_pos: the position of the event id (PERF_SAMPLE_ID or
54 * @is_pos: the position (counting backwards) of the event id (PERF_SAMPLE_ID or
event.h 68 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | \
evlist.h 88 struct perf_sample_id *perf_evlist__id2sid(struct perf_evlist *evlist, u64 id);
evlist.c 346 struct perf_sample_id *sid = SID(evsel, cpu, thread);
402 struct perf_sample_id *perf_evlist__id2sid(struct perf_evlist *evlist, u64 id)
405 struct perf_sample_id *sid;
420 struct perf_sample_id *sid;
461 struct perf_sample_id *sid;
886 if (sample_type & PERF_SAMPLE_ID)
evsel.c 55 * This function returns the position of the event id (PERF_SAMPLE_ID or
66 if (!(sample_type & PERF_SAMPLE_ID))
89 * (PERF_SAMPLE_ID or PERF_SAMPLE_IDENTIFIER) in a non-sample event i.e. if
99 if (!(sample_type & PERF_SAMPLE_ID))
751 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id));
1195 if (type & PERF_SAMPLE_ID) {
1310 if (type & PERF_SAMPLE_ID) {
    [all...]
session.c 898 struct perf_sample_id *sid;
982 * attr.sample_id_all and/or without PERF_SAMPLE_ID. In the
    [all...]
python.c 1000 { "SAMPLE_ID", PERF_SAMPLE_ID },
header.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
mmap-basic.c 12 * It will receive the events, using mmap, use its PERF_SAMPLE_ID generated
sample-parsing.c 47 if (type & PERF_SAMPLE_ID)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 120 PERF_SAMPLE_ID = 1U << 6,
383 * { u64 id; } && PERF_SAMPLE_ID
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 120 PERF_SAMPLE_ID = 1U << 6,
383 * { u64 id; } && PERF_SAMPLE_ID
  /external/kernel-headers/original/uapi/linux/
perf_event.h 128 PERF_SAMPLE_ID = 1U << 6,
537 * { u64 id; } && PERF_SAMPLE_ID
543 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
636 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
646 * { u64 id; } && PERF_SAMPLE_ID
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 128 PERF_SAMPLE_ID = 1U << 6,
514 * { u64 id; } && PERF_SAMPLE_ID
520 * Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID. The
613 * # Note that PERF_SAMPLE_IDENTIFIER duplicates PERF_SAMPLE_ID.
623 * { u64 id; } && PERF_SAMPLE_ID
  /bionic/libc/kernel/uapi/linux/
perf_event.h 104 PERF_SAMPLE_ID = 1U << 6,
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 102 PERF_SAMPLE_ID = 1U << 6,
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
perf_event.h 104 PERF_SAMPLE_ID = 1U << 6,
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
perf_event.h 104 PERF_SAMPLE_ID = 1U << 6,
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
perf_event.h 104 PERF_SAMPLE_ID = 1U << 6,
  /external/chromium_org/v8/tools/
ll_prof.py 588 PERF_SAMPLE_ID = 1 << 6
602 ("id", "u64", PERF_SAMPLE_ID),
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 766 milliseconds