Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 51) sorted by relevance

123

/tools/power/cpupower/
D.gitignore23 debug/kernel/Module.symvers
24 debug/i386/centrino-decode
25 debug/i386/dump_psb
26 debug/i386/intel_gsic
27 debug/i386/powernow-k8-decode
28 debug/x86_64/centrino-decode
29 debug/x86_64/powernow-k8-decode
DToDo8 - Add another c1e debug idle monitor
/tools/perf/Documentation/
Dperf.txt15 --debug::
16 Setup debug variable (see list below) in value
18 --debug verbose # sets verbose = 1
19 --debug verbose=2 # sets verbose = 2
21 List of debug variables allowed to set:
22 verbose - general debug messages
23 ordered-events - ordered events object debug messages
24 data-convert - data convert command debug messages
Dperf-data.txt21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
Dperfconfig.example21 dir = /root/.debug
Dperf-annotate.txt16 code. If the object file has debug symbols then the source code will be
19 If there is no debug info in the object, then annotated assembly is displayed.
Ditrace.txt7 d create a debug log
/tools/perf/tests/
Dattr.py68 log.debug(" %s = %s" % (key, val))
72 log.debug(" Event %s" % name);
94 log.debug(" [%s] %s %s" % (t, self[t], other[t]));
139 log.debug(" loading expected events");
183 log.debug(" compare");
189 log.debug(" matching [%s]" % exp_name)
191 log.debug(" to [%s]" % res_name)
194 log.debug(" ->OK")
196 log.debug(" ->FAIL");
198 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list)))
[all …]
/tools/lib/api/
Ddebug.c23 libapi_print_fn_t debug) in libapi_set_print() argument
27 __pr_debug = debug; in libapi_set_print()
Ddebug.h8 libapi_print_fn_t debug);
DBuild4 libapi-y += debug.o
/tools/perf/util/
Dgenelf.h6 const void *code, int csize, void *debug, int nr_debug_entries);
9 int jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries);
Dgenelf_debug.c464 void *debug, int nr_debug_entries, in jit_process_debug_info() argument
469 struct debug_entry *ent = debug; in jit_process_debug_info()
477 add_debug_line(dl, debug, nr_debug_entries, 0); in jit_process_debug_info()
485 jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries) in jit_add_debug_info() argument
497 ret = jit_process_debug_info(code_addr, debug, nr_debug_entries, &dl, &da, &di); in jit_add_debug_info()
Dgenelf.c162 void *debug __maybe_unused, int nr_debug_entries __maybe_unused) in jit_write_elf()
392 if (debug && nr_debug_entries) { in jit_write_elf()
393 retval = jit_add_debug_info(e, load_addr, debug, nr_debug_entries); in jit_write_elf()
/tools/build/feature/
DMakefile31 test-libunwind-debug-frame.bin \
36 test-libunwind-debug-frame-arm.bin \
37 test-libunwind-debug-frame-aarch64.bin \
124 $(OUTPUT)test-libunwind-debug-frame.bin:
138 $(OUTPUT)test-libunwind-debug-frame-arm.bin:
141 $(OUTPUT)test-libunwind-debug-frame-aarch64.bin:
/tools/build/
DMakefile.feature79 libunwind-debug-frame \
80 libunwind-debug-frame-arm \
81 libunwind-debug-frame-aarch64
/tools/power/x86/turbostat/
Dturbostat.c50 unsigned int debug; variable
351 if (!debug) in print_header()
585 if (!debug) in format_counters()
863 if (debug > 1) in delta_thread()
2703 if (debug) in rapl_probe()
2828 if (debug) { in print_rapl()
2884 if (debug) { in print_rapl()
2892 if (debug) { in print_rapl()
2902 if (debug) { in print_rapl()
3122 if (debug) in set_temperature_target()
[all …]
/tools/time/
Dudelay_test.sh21 UDELAY_PATH=/sys/kernel/debug/udelay_test
/tools/perf/
Dperf-archive.sh15 PERF_BUILDID_DIR=~/.debug/
Dperf-with-kcore.sh176 elif [ ! -r /sys/kernel/debug -o ! -x /sys/kernel/debug ] ; then
DMakefile.config86 LIBUNWIND_ARCHS = x86 x86_64 arm aarch64 debug-frame-arm debug-frame-aarch64
93 FEATURE_CHECK_CFLAGS-libunwind-debug-frame = $(LIBUNWIND_CFLAGS)
94 FEATURE_CHECK_LDFLAGS-libunwind-debug-frame = $(LIBUNWIND_LDFLAGS) $(LIBUNWIND_LIBS)
398 $(call feature_check,libunwind-debug-frame-aarch64)
399 ifneq ($(feature-libunwind-debug-frame-aarch64), 1)
457 $(call feature_check,libunwind-debug-frame)
458 ifneq ($(feature-libunwind-debug-frame), 1)
/tools/thermal/tmon/
DREADME47 -g, --debug debug message in syslog
/tools/usb/
Dffs-test.c99 #define debug(...) _msg(7, __VA_ARGS__) macro
399 debug("%s: %s: EOF", name, op); in start_thread_helper()
402 debug("%s: %s", name, op); in start_thread_helper()
418 debug("%s: starting\n", t->filename); in start_thread()
431 debug("%s: joined\n", t->filename); in join_thread()
/tools/usb/usbip/
DREADME118 trois:# usbip --debug bind --busid 3-3.2
120 usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage
192 - http://usbip.wiki.sourceforge.net/how-to-debug-usbip
/tools/perf/scripts/python/
Dnetdev-times.py45 debug = 0; variable
154 global debug
167 debug = 1
216 if debug:

123