perf.h (860dbce3d8dd90cb9e909c58fa79808766243651) | perf.h (53651b28cfb637ef604abc189d877948d1af39bb) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _PERF_PERF_H 3#define _PERF_PERF_H 4 5#include <time.h> 6#include <stdbool.h> 7#include <linux/types.h> 8#include <linux/stddef.h> --- 47 unchanged lines hidden (view full) --- 56 bool period_set; 57 bool running_time; 58 bool full_auxtrace; 59 bool auxtrace_snapshot_mode; 60 bool record_namespaces; 61 bool record_switch_events; 62 bool all_kernel; 63 bool all_user; | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _PERF_PERF_H 3#define _PERF_PERF_H 4 5#include <time.h> 6#include <stdbool.h> 7#include <linux/types.h> 8#include <linux/stddef.h> --- 47 unchanged lines hidden (view full) --- 56 bool period_set; 57 bool running_time; 58 bool full_auxtrace; 59 bool auxtrace_snapshot_mode; 60 bool record_namespaces; 61 bool record_switch_events; 62 bool all_kernel; 63 bool all_user; |
64 bool kernel_callchains; 65 bool user_callchains; |
|
64 bool tail_synthesize; 65 bool overwrite; 66 bool ignore_missing_thread; 67 bool strict_freq; 68 bool sample_id; 69 bool no_bpf_event; 70 unsigned int freq; 71 unsigned int mmap_pages; --- 34 unchanged lines hidden --- | 66 bool tail_synthesize; 67 bool overwrite; 68 bool ignore_missing_thread; 69 bool strict_freq; 70 bool sample_id; 71 bool no_bpf_event; 72 unsigned int freq; 73 unsigned int mmap_pages; --- 34 unchanged lines hidden --- |