public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* perf-trace: improving ioctl details
@ 2026-02-18 17:09 David Ahern
  2026-02-18 19:34 ` Arnaldo Melo
  0 siblings, 1 reply; 5+ messages in thread
From: David Ahern @ 2026-02-18 17:09 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim; +Cc: LKML, Jiri Olsa

Hi Arnaldo, Namhyung:

I have a couple of patches to perf-trace to improve the details on ioctl
calls. The first one tracks stats by individual filenames, and for the
summary output prints the ioctl stats per filename.

The second patch improves the output for the _IOC_NR element of the op
argument. For flexibility across kernel versions and drivers, it adds
the ability to read input files that contain the conversion from number
to human readable name. The files (if the option is set) are parsed at
start up. In addition to the summary, the cache is also used to improve
the readability of each ioctl line.

Questions for you:
1. is such an open ended design acceptable for perf-trace?

2. if yes, is there any preference on file format (json, yaml,
key-value, ...)?

Thanks,
David

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

end of thread, other threads:[~2026-02-26  1:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-18 17:09 perf-trace: improving ioctl details David Ahern
2026-02-18 19:34 ` Arnaldo Melo
2026-02-19 18:49   ` Namhyung Kim
2026-02-20 15:33     ` David Ahern
2026-02-26  1:41       ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox