From 821a352a7795f87da89537d934ffd25883f7ae82 Mon Sep 17 00:00:00 2001 From: Matt Macy Date: Tue, 22 May 2018 04:45:46 +0000 Subject: pmcstat: add option to not decode the leaf function in top mode -I will allow the user to see the hot instruction in question as opposed getting the name of the function --- lib/libpmcstat/libpmcstat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libpmcstat') diff --git a/lib/libpmcstat/libpmcstat.h b/lib/libpmcstat/libpmcstat.h index 4ead605c88a9..ed48acc51330 100644 --- a/lib/libpmcstat/libpmcstat.h +++ b/lib/libpmcstat/libpmcstat.h @@ -106,6 +106,7 @@ 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 */ int pa_required; /* required features */ int pa_pplugin; /* pre-processing plugin */ -- cgit v1.2.3