HomeSort by relevance Sort by last modified time
    Searched full:btrace (Results 1 - 24 of 24) sorted by null

  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
benchmark.h 13 // The simplest one-parameter version of btrace automatically sets the
18 // Btrace("Start execution");
20 // Btrace("End execution");
26 // Btrace will either output to standard atrace, or to a file if specified.
29 // Btrace without data payload.
30 static inline void Btrace(const char* name, int64_t nanoseconds_monotonic);
31 static inline void Btrace(const char* name);
32 static inline void Btrace(FILE* file, const char* name,
34 static inline void Btrace(FILE* file, const char* name);
36 // Btrace with data payload
    [all...]
  /external/blktrace/btt/
README 11 vger hosts a mailing list dedicated to btrace discussion and development.
12 The list is called linux-btrace@vger.kernel.org, subscribe by sending
13 a mail to majordomo@vger.kernel.org with 'subscribe linux-btrace' in
  /external/blktrace/
Makefile 6 SCRIPTS = btrace
64 dist: btrace.spec
65 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
66 @mkdir -p btrace-1.0
67 @cp btrace.spec btrace-1.0
68 $(TAR) rf btrace-1.0.tar btrace-1.0/btrace.spe
    [all...]
btrace.spec 2 # spec file for package btrace (Version 1.0)
14 Name: btrace
25 btrace can show detailed info about what is happening on a block
53 %changelog -n btrace
btrace 11 USAGE="Usage: btrace [-s] [-t] [-w N] [-n N] [-b N] [-a <trace>...] [-r <dbg mnt>] <dev>..."
README 175 vger hosts a mailing list dedicated to btrace discussion and development.
176 The list is called linux-btrace@vger.kernel.org, subscribe by sending
177 a mail to majordomo@vger.kernel.org with 'subscribe linux-btrace' in
  /external/wpa_supplicant_8/src/utils/
trace.h 19 #define WPA_TRACE_INFO void *btrace[WPA_TRACE_LEN]; int btrace_num;
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
32 (ptr)->btrace_num = backtrace((ptr)->btrace, WPA_TRACE_LEN)
trace.c 301 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num)
309 sym = backtrace_symbols(btrace, btrace_num);
312 const char *func = wpa_trace_bfd_addr2func(btrace[i]);
326 wpa_printf(MSG_INFO, "[%d]: ?? [%p]", i, btrace[i]);
327 wpa_trace_bfd_addr(btrace[i]);
  /external/blktrace/doc/
btrace.8 1 .TH BTRACE 8 "March 6, 2007" "blktrace git\-20070306202522" ""
5 btrace \- perform live tracing for block devices
9 .B btrace [\-s] [\-t] [\-w \fIN\fN] [\-n \fIN\fR] [\-b \fIN\fR] [\-r \fI<dbg mnt>\fR] [\-a <\fItrace\fR>...] <\fIdev\fR>...
59 % btrace /dev/sda
70 Report bugs to <linux\-btrace@vger.kernel.org>
blkrawverify.1 29 Report bugs to <linux\-btrace@vger.kernel.org>
46 btrace (8), blktrace (8), blkparse (1), verify_blkparse (1), btt (1)
verify_blkparse.1 26 Report bugs to <linux\-btrace@vger.kernel.org>
43 btrace (8), blktrace (8), blkparse (1), blkrawverify (1), btt (1)
blkiomon.8 102 Report bugs to <linux\-btrace@vger.kernel.org>
114 btrace (8), blktrace (8), blkparse (1), verify_blkparse (1), blkrawverify (1),
blktrace.8 214 % btrace /dev/sda
241 Report bugs to <linux\-btrace@vger.kernel.org>
258 btrace (8), blkparse (1), verify_blkparse (1), blkrawverify (1), btt (1)
bno_plot.1 46 Report bugs to <linux\-btrace@vger.kernel.org>
blkparse.1 522 % btrace /dev/sda
549 Report bugs to <linux\-btrace@vger.kernel.org>
566 btrace (8), blktrace (8), verify_blkparse (1), blkrawverify (1), btt (1)
btrecord.8 190 Report bugs to <linux\-btrace@vger.kernel.org>
btreplay.8 213 Report bugs to <linux\-btrace@vger.kernel.org>
blktrace.tex 186 A \emph{btrace} script is included in the distribution to ease live
190 % btrace /dev/sda
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
204 % btrace /dev/cdrom
    [all...]
btt.1 349 Report bugs to <linux\-btrace@vger.kernel.org>
  /external/autotest/client/profilers/blktrace/
blktrace.tar.bz2 
  /external/autotest/client/tests/btreplay/
Makefile.patch 12 SCRIPTS = btrace
  /prebuilts/misc/android-x86/gdbserver/
gdbserver 
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /prebuilts/misc/android-mips/gdbserver/
gdbserver 

Completed in 880 milliseconds