linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4 perf-tools-next] perf ftrace latency linear buckets
@ 2024-11-12 18:12 Arnaldo Carvalho de Melo
  2024-11-12 18:12 ` [PATCH 1/4] perf ftrace latency: Pass ftrace pointer to histogram routines to pass more args Arnaldo Carvalho de Melo
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Arnaldo Carvalho de Melo @ 2024-11-12 18:12 UTC (permalink / raw)
  To: Namhyung Kim
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Ian Rogers,
	Adrian Hunter, Kan Liang, Clark Williams, linux-kernel,
	linux-perf-users, Arnaldo Carvalho de Melo, Gabriele Monaco

From: Arnaldo Carvalho de Melo <acme@redhat.com>

Hi,

	Gabriele has been using 'perf ftrace latency' in some
investigations at work and wanted to have an alternative way of
populating the buckets, so we came up with this series, please take a
look at the examples provided in the changesets.

Thanks,

- Arnaldo

Arnaldo Carvalho de Melo (3):
  perf ftrace latency: Pass ftrace pointer to histogram routines to pass more args
  perf ftrace latency: Introduce --bucket-range to ask for linear bucketing
  perf ftrace latency: Introduce --min-latency to narrow down into a latency range

Gabriele Monaco (1):
  perf ftrace latency: Add --max-latency option

 tools/perf/Documentation/perf-ftrace.txt    |  11 ++
 tools/perf/builtin-ftrace.c                 | 131 ++++++++++++++++----
 tools/perf/util/bpf_ftrace.c                |   3 +
 tools/perf/util/bpf_skel/func_latency.bpf.c |  26 +++-
 tools/perf/util/ftrace.h                    |   3 +
 5 files changed, 150 insertions(+), 24 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-12-11 19:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 18:12 [PATCH 0/4 perf-tools-next] perf ftrace latency linear buckets Arnaldo Carvalho de Melo
2024-11-12 18:12 ` [PATCH 1/4] perf ftrace latency: Pass ftrace pointer to histogram routines to pass more args Arnaldo Carvalho de Melo
2024-11-12 18:12 ` [PATCH 2/4] perf ftrace latency: Introduce --bucket-range to ask for linear bucketing Arnaldo Carvalho de Melo
2024-11-12 18:12 ` [PATCH 3/4] perf ftrace latency: Introduce --min-latency to narrow down into a latency range Arnaldo Carvalho de Melo
2024-11-12 18:12 ` [PATCH 4/4] perf ftrace latency: Add --max-latency option Arnaldo Carvalho de Melo
2024-12-10 18:17 ` [PATCH 0/4 perf-tools-next] perf ftrace latency linear buckets Arnaldo Carvalho de Melo
2024-12-11 19:58   ` Namhyung Kim

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).