]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/evsel.h
perf evsel: Support printing callchains with arrows
[karo-tx-linux.git] / tools / perf / util / evsel.h
index 8cd7cd2274836f9b2725d1b54e80feb78d12f863..27fa3a3435779da75dd15f07ce07e49ccfdd3947 100644 (file)
@@ -391,6 +391,7 @@ int perf_evsel__fprintf(struct perf_evsel *evsel,
 #define EVSEL__PRINT_ONELINE           (1<<4)
 #define EVSEL__PRINT_SRCLINE           (1<<5)
 #define EVSEL__PRINT_UNKNOWN_AS_ADDR   (1<<6)
+#define EVSEL__PRINT_CALLCHAIN_ARROW   (1<<7)
 
 struct callchain_cursor;