linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] perf tools: Move sort bools into struct perf_hpp_list
@ 2016-05-03 11:54 Jiri Olsa
  2016-05-03 11:54 ` [PATCH 1/7] perf tools: Move sort__need_collapse " Jiri Olsa
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Jiri Olsa @ 2016-05-03 11:54 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: lkml, David Ahern, Ingo Molnar, Namhyung Kim, Peter Zijlstra

hi,
now we have sort dimensions private for struct hists,
we need to make dimension booleans hists specific as
well.

Also available in here:
  git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git
  perf/fixes

thanks,
jirka


---
Jiri Olsa (7):
      perf tools: Move sort__need_collapse into struct perf_hpp_list
      perf tools: Move sort__has_parent into struct perf_hpp_list
      perf tools: Move sort__has_sym into struct perf_hpp_list
      perf tools: Move sort__has_dso into struct perf_hpp_list
      perf tools: Move sort__has_socket into struct perf_hpp_list
      perf tools: Move sort__has_thread into struct perf_hpp_list
      perf tools: Move sort__has_comm into struct perf_hpp_list

 tools/perf/builtin-diff.c         |  4 ++--
 tools/perf/builtin-report.c       |  4 ++--
 tools/perf/builtin-top.c          |  8 ++++----
 tools/perf/tests/hists_common.c   |  2 +-
 tools/perf/tests/hists_cumulate.c |  2 +-
 tools/perf/tests/hists_link.c     |  4 ++--
 tools/perf/tests/hists_output.c   |  2 +-
 tools/perf/ui/browsers/hists.c    | 32 +++++++++++++++++---------------
 tools/perf/ui/gtk/hists.c         |  2 +-
 tools/perf/ui/hist.c              |  2 +-
 tools/perf/util/annotate.c        |  2 +-
 tools/perf/util/callchain.c       |  2 +-
 tools/perf/util/hist.c            | 14 +++++++-------
 tools/perf/util/hist.h            | 10 ++++++++++
 tools/perf/util/machine.c         |  2 +-
 tools/perf/util/sort.c            | 35 ++++++++++++++---------------------
 tools/perf/util/sort.h            |  7 -------
 17 files changed, 66 insertions(+), 68 deletions(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-05-06  6:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03 11:54 [PATCH 0/7] perf tools: Move sort bools into struct perf_hpp_list Jiri Olsa
2016-05-03 11:54 ` [PATCH 1/7] perf tools: Move sort__need_collapse " Jiri Olsa
2016-05-06  6:42   ` [tip:perf/core] perf hists: " tip-bot for Jiri Olsa
2016-05-03 11:54 ` [PATCH 2/7] perf tools: Move sort__has_parent " Jiri Olsa
2016-05-06  6:42   ` [tip:perf/core] perf hists: " tip-bot for Jiri Olsa
2016-05-03 11:54 ` [PATCH 3/7] perf tools: Move sort__has_sym " Jiri Olsa
2016-05-06  6:42   ` [tip:perf/core] perf hists: " tip-bot for Jiri Olsa
2016-05-03 11:54 ` [PATCH 4/7] perf tools: Move sort__has_dso " Jiri Olsa
2016-05-06  6:43   ` [tip:perf/core] perf hists: " tip-bot for Jiri Olsa
2016-05-03 11:54 ` [PATCH 5/7] perf tools: Move sort__has_socket " Jiri Olsa
2016-05-06  6:43   ` [tip:perf/core] perf hists: " tip-bot for Jiri Olsa
2016-05-03 11:54 ` [PATCH 6/7] perf tools: Move sort__has_thread " Jiri Olsa
2016-05-06  6:44   ` [tip:perf/core] perf hists: " tip-bot for Jiri Olsa
2016-05-03 11:54 ` [PATCH 7/7] perf tools: Move sort__has_comm " Jiri Olsa
2016-05-06  6:44   ` [tip:perf/core] perf hists: " tip-bot for Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).