All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] additional intel_gpu_top profiling features
@ 2011-09-05 20:19 Eugeni Dodonov
  2011-09-05 20:19 ` [PATCH 1/6] intel_gpu_top: account for time spent in syscalls Eugeni Dodonov
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Eugeni Dodonov @ 2011-09-05 20:19 UTC (permalink / raw)
  To: intel-gfx; +Cc: Eugeni Dodonov

From: Eugeni Dodonov <eugeni.dodonov@intel.com>

This patchset adds a number of small but useful features into intel_gpu_top
tool, as asked by Chris Wilson:

 - support for getopt to customize internal parameters at runtime (such as
   number of samplings per second).
 - possibility of non-interactive execution to collect GPU usage into a log
   file for future analysis
 - possibility to profile a specific command, leaving when the profiled
   command reaches its end of the execution
 - collection of initial statistics before the profile starts.
 - account for the time spent within syscalls to provide more appropriate
   logging and more precise screen updates (e.g., instead of refreshing once
   a second, we could potentially take way longer than that due to the
   system calls overhead)

Eugeni Dodonov (6):
  intel_gpu_top: account for time spent in syscalls
  intel_gpu_top: suport command line parameters and variable samples
    per     second
  intel_gpu_tool: initial support for non-screen output
  intel_gpu_top: initialize monitoring statistics at startup
  intel_gpu_top: support non-interactive mode
  intel_gpu_top: support profiling user-specified commands

 man/intel_gpu_top.1   |   22 ++++
 tools/intel_gpu_top.c |  303 +++++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 280 insertions(+), 45 deletions(-)

-- 
1.7.6.1

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

end of thread, other threads:[~2011-09-06  0:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05 20:19 [PATCH 0/6] additional intel_gpu_top profiling features Eugeni Dodonov
2011-09-05 20:19 ` [PATCH 1/6] intel_gpu_top: account for time spent in syscalls Eugeni Dodonov
2011-09-05 20:19 ` [PATCH 2/6] intel_gpu_top: suport command line parameters and variable samples per second Eugeni Dodonov
2011-09-05 21:44   ` Chris Wilson
2011-09-05 22:16     ` Eugeni Dodonov
2011-09-05 20:19 ` [PATCH 3/6] intel_gpu_tool: initial support for non-screen output Eugeni Dodonov
2011-09-05 22:56   ` Łukasz Kuryło
2011-09-05 23:48     ` Łukasz Kuryło
2011-09-06  0:05     ` Eugeni Dodonov
2011-09-05 20:19 ` [PATCH 4/6] intel_gpu_top: initialize monitoring statistics at startup Eugeni Dodonov
2011-09-05 20:19 ` [PATCH 5/6] intel_gpu_top: support non-interactive mode Eugeni Dodonov
2011-09-05 20:19 ` [PATCH 6/6] intel_gpu_top: support profiling user-specified commands Eugeni Dodonov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.