Searched defs:show_displacement (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/
H A Dbuiltin-diff.c23 static bool show_displacement; variable
160 if (show_displacement)
165 show_displacement, stdout);
180 OPT_BOOLEAN('M', "displacement", &show_displacement,
/external/linux-tools-perf/util/
H A Dhist.c598 bool show_displacement, long displacement,
687 if (show_displacement) {
713 struct hists *pair_hists, bool show_displacement,
718 show_displacement, displacement,
741 bool show_displacement, FILE *fp)
787 if (show_displacement) {
826 if (show_displacement)
849 if (show_displacement) {
857 ret += hist_entry__fprintf(h, self, pair, show_displacement,
596 hist_entry__snprintf(struct hist_entry *self, char *s, size_t size, struct hists *hists, struct hists *pair_hists, bool show_displacement, long displacement, bool color, u64 session_total) argument
712 hist_entry__fprintf(struct hist_entry *self, struct hists *hists, struct hists *pair_hists, bool show_displacement, long displacement, FILE *fp, u64 session_total) argument
740 hists__fprintf(struct hists *self, struct hists *pair, bool show_displacement, FILE *fp) argument

Completed in 74 milliseconds