Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dperf_event.h255 struct perf_event_mmap_page { struct
256 __u32 version;
257 __u32 compat_version;
258 __u32 lock;
259 __u32 index;
260 __s64 offset;
261 __u64 time_enabled;
262 __u64 time_running;
263 union {
269 __u16 pmc_width;
[all …]
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dperf_event.h485 struct perf_event_mmap_page { struct
486 __u32 version; /* version number of this structure */
487 __u32 compat_version; /* lowest version this is compat with */
524 __u32 lock; /* seqlock for synchronization */
525 __u32 index; /* hardware event identifier */
526 __s64 offset; /* add to hardware event value */
527 __u64 time_enabled; /* time event active */
528 __u64 time_running; /* time event on cpu */
529 union {
552 __u16 pmc_width;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dperf_event.h488 struct perf_event_mmap_page { struct
489 __u32 version; /* version number of this structure */
490 __u32 compat_version; /* lowest version this is compat with */
527 __u32 lock; /* seqlock for synchronization */
528 __u32 index; /* hardware event identifier */
529 __s64 offset; /* add to hardware event value */
530 __u64 time_enabled; /* time event active */
531 __u64 time_running; /* time event on cpu */
532 union {
555 __u16 pmc_width;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dperf_event.h282 struct perf_event_mmap_page { struct
283 __u32 version;
284 __u32 compat_version;
286 __u32 lock;
287 __u32 index;
288 __s64 offset;
289 __u64 time_enabled;
290 __u64 time_running;
291 union {
303 __u16 pmc_width;
[all …]