HomeSort by relevance Sort by last modified time
    Searched refs:context_switch (Results 1 - 9 of 9) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Makefile 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
12 $(OUTPUT)/context_switch: ../utils.c
13 $(OUTPUT)/context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
14 $(OUTPUT)/context_switch: LDLIBS += -lpthread
  /external/strace/
perf_event_struct.h 41 context_switch :1, member in struct:perf_event_attr
perf.c 301 ", context_switch=%u"
313 attr->context_switch,
configure     [all...]
  /external/strace/tests/
perf_event_open.c 102 context_switch :1, member in struct:pea_flags
340 attr->context_switch;
342 flags_data.flags.context_switch;
344 printf(", context_switch=%" PRIu64, val);
  /external/strace/tests-m32/
perf_event_open.c 102 context_switch :1, member in struct:pea_flags
340 attr->context_switch;
342 flags_data.flags.context_switch;
344 printf(", context_switch=%" PRIu64, val);
  /external/strace/tests-mx32/
perf_event_open.c 102 context_switch :1, member in struct:pea_flags
340 attr->context_switch;
342 flags_data.flags.context_switch;
344 printf(", context_switch=%" PRIu64, val);
  /bionic/libc/kernel/uapi/linux/
perf_event.h 201 __u64 disabled : 1, inherit : 1, pinned : 1, exclusive : 1, exclude_user : 1, exclude_kernel : 1, exclude_hv : 1, exclude_idle : 1, mmap : 1, comm : 1, freq : 1, inherit_stat : 1, enable_on_exec : 1, task : 1, watermark : 1, precise_ip : 2, mmap_data : 1, sample_id_all : 1, exclude_host : 1, exclude_guest : 1, exclude_callchain_kernel : 1, exclude_callchain_user : 1, mmap2 : 1, comm_exec : 1, use_clockid : 1, context_switch : 1, write_backward : 1, namespaces : 1, __reserved_1 : 35; member in struct:perf_event_attr
  /external/kernel-headers/original/uapi/linux/
perf_event.h 372 context_switch : 1, /* context switch data */ member in struct:perf_event_attr
    [all...]

Completed in 618 milliseconds