Home
last modified time | relevance | path

Searched defs:perf_event_mmap_page (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dperf_event.h473 struct perf_event_mmap_page { struct
474 __u32 version; /* version number of this structure */
475 __u32 compat_version; /* lowest version this is compat with */
512 __u32 lock; /* seqlock for synchronization */
513 __u32 index; /* hardware event identifier */
514 __s64 offset; /* add to hardware event value */
515 __u64 time_enabled; /* time event active */
516 __u64 time_running; /* time event on cpu */
517 union {
539 __u16 pmc_width;
[all …]
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h357 struct perf_event_mmap_page { struct
358 __u32 version; /* version number of this structure */
359 __u32 compat_version; /* lowest version this is compat with */
396 __u32 lock; /* seqlock for synchronization */
397 __u32 index; /* hardware event identifier */
398 __s64 offset; /* add to hardware event value */
399 __u64 time_enabled; /* time event active */
400 __u64 time_running; /* time event on cpu */
401 union {
424 __u16 pmc_width;
[all …]