diff options
| author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-08-05 19:05:49 +0000 |
|---|---|---|
| committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-08-05 19:05:49 +0000 |
| commit | 94e9ef85c594951f9d9d0e4cd7595e9cd2f792da (patch) | |
| tree | aa11a6f0efd70efc1ad0ae0b867c8fb17725a695 /lib/libpmcstat | |
| parent | 5414a8285faa844f925159b890c676c25f8a8c1c (diff) | |
Notes
Diffstat (limited to 'lib/libpmcstat')
| -rw-r--r-- | lib/libpmcstat/libpmcstat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpmcstat/libpmcstat.h b/lib/libpmcstat/libpmcstat.h index 3f5f2689f6b3..8e8d94b116d8 100644 --- a/lib/libpmcstat/libpmcstat.h +++ b/lib/libpmcstat/libpmcstat.h @@ -107,8 +107,9 @@ struct pmcstat_args { #define FLAGS_HAS_CPUMASK 0x00040000 /* -c */ #define FLAG_HAS_DURATION 0x00080000 /* -l secs */ #define FLAG_DO_WIDE_GPROF_HC 0x00100000 /* -e */ -#define FLAG_SKIP_TOP_FN_RES 0x00200000 /* -I */ +#define FLAG_SKIP_TOP_FN_RES 0x00200000 /* -A */ #define FLAG_FILTER_THREAD_ID 0x00400000 /* -L */ +#define FLAG_SHOW_OFFSET 0x00800000 /* -I */ int pa_required; /* required features */ int pa_pplugin; /* pre-processing plugin */ |
