Home
last modified time | relevance | path

Searched refs:dbg (Results 1 – 19 of 19) sorted by relevance

/tools/perf/util/
Dprobe-finder.h31 Dwarf *dbg; member
39 void debuginfo__delete(struct debuginfo *dbg);
42 int debuginfo__find_trace_events(struct debuginfo *dbg,
47 int debuginfo__find_probe_point(struct debuginfo *dbg, unsigned long addr,
50 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs,
54 int debuginfo__find_line_range(struct debuginfo *dbg, struct line_range *lr);
57 int debuginfo__find_available_vars_at(struct debuginfo *dbg,
Dprobe-finder.c64 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() argument
73 dbg->dwfl = dwfl_begin(&offline_callbacks); in debuginfo__init_offline_dwarf()
74 if (!dbg->dwfl) in debuginfo__init_offline_dwarf()
77 dwfl_report_begin(dbg->dwfl); in debuginfo__init_offline_dwarf()
78 dbg->mod = dwfl_report_offline(dbg->dwfl, "", "", fd); in debuginfo__init_offline_dwarf()
79 if (!dbg->mod) in debuginfo__init_offline_dwarf()
82 dbg->dbg = dwfl_module_getdwarf(dbg->mod, &dbg->bias); in debuginfo__init_offline_dwarf()
83 if (!dbg->dbg) in debuginfo__init_offline_dwarf()
86 dwfl_report_end(dbg->dwfl, NULL, NULL); in debuginfo__init_offline_dwarf()
90 if (dbg->dwfl) in debuginfo__init_offline_dwarf()
[all …]
/tools/usb/usbip/libsrc/
Dvhci_driver.c28 dbg("udev_device_new_from_subsystem_sysname failed: %s", busid); in imported_device_init()
63 dbg("sscanf failed: %d", ret); in parse_status()
67 dbg("hub %s port %d status %d speed %d devid %x", in parse_status()
69 dbg("sockfd %u lbusid %s", sockfd, lbusid); in parse_status()
92 dbg("imported_device_init failed"); in parse_status()
104 dbg("exit"); in parse_status()
128 dbg("controller %d", i); in refresh_imported_device_list()
269 dbg("available ports: %d", nports); in usbip_vhci_driver_open()
281 dbg("available controllers: %d", vhci_driver->ncontrollers); in usbip_vhci_driver_open()
330 dbg("failed to refresh device list"); in usbip_vhci_refresh_device_list()
[all …]
Dsysfs_utils.c18 dbg("error opening attribute %s", attr_path); in write_sysfs_attribute()
24 dbg("error writing to attribute %s", attr_path); in write_sysfs_attribute()
Dusbip_common.c71 dbg("%-20s = %x", to_string(name), (int) udev->name)
74 dbg("%-20s = %x", to_string(name), (int) uinf->name)
84 dbg("%-20s = %s", "Interface(C/SC/P)", buff); in dump_usb_interface()
91 dbg("%-20s = %s", "path", udev->path); in dump_usb_device()
92 dbg("%-20s = %s", "busid", udev->busid); in dump_usb_device()
98 dbg("%-20s = %s", "Device(C/SC/P)", buff); in dump_usb_device()
105 dbg("%-20s = %s", "Vendor/Product", buff); in dump_usb_device()
110 dbg("%-20s = %s", "speed", in dump_usb_device()
Dusbip_host_common.c109 dbg("realloc failed"); in usbip_exported_device_new()
155 dbg("usbip_exported_device_new failed"); in refresh_exported_devices()
233 dbg("device not available: %s", edev->udev.busid); in usbip_export_device()
236 dbg("status SDEV_ST_ERROR"); in usbip_export_device()
239 dbg("status SDEV_ST_USED"); in usbip_export_device()
242 dbg("status unknown: 0x%x", edev->status); in usbip_export_device()
Dnames.c374 dbg("line %5u class %02x %s", linectr, u, cp); in parse()
400 dbg("line %5u vendor %04x %s", linectr, u, cp); in parse()
419 dbg("line %5u product %04x:%04x %s", linectr, in parse()
427 dbg("line %5u subclass %02x:%02x %s", linectr, in parse()
460 dbg("line %5u protocol %02x:%02x:%02x %s", in parse()
Dusbip_common.h76 #define dbg(fmt, args...) \ macro
/tools/usb/usbip/src/
Dusbip_network.c40 dbg("parsing port arg '%s'", arg); in usbip_setup_port_number()
167 dbg("usbip_net_send failed: %d", rc); in usbip_net_send_op_common()
183 dbg("usbip_net_recv failed: %d", rc); in usbip_net_recv_op_common()
190 dbg("version mismatch: %d %d", op_common.version, in usbip_net_recv_op_common()
200 dbg("unexpected pdu %#0x for %#0x", op_common.code, in usbip_net_recv_op_common()
207 dbg("request failed at peer: %d", op_common.status); in usbip_net_recv_op_common()
225 dbg("setsockopt: SO_REUSEADDR"); in usbip_net_set_reuseaddr()
237 dbg("setsockopt: TCP_NODELAY"); in usbip_net_set_nodelay()
249 dbg("setsockopt: SO_KEEPALIVE"); in usbip_net_set_keepalive()
261 dbg("setsockopt: IPV6_V6ONLY"); in usbip_net_set_v6only()
[all …]
Dusbipd.c117 dbg("usbip_net_recv failed: import request"); in recv_request_import()
147 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_IMPORT); in recv_request_import()
152 dbg("import request busid %s: failed", req.busid); in recv_request_import()
161 dbg("usbip_net_send failed: devinfo"); in recv_request_import()
165 dbg("import request busid %s: complete", req.busid); in recv_request_import()
188 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
195 dbg("usbip_net_send failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
207 dbg("usbip_net_send failed: pdu_udev"); in send_reply_devlist()
237 dbg("usbip_net_recv failed: devlist request"); in recv_request_devlist()
243 dbg("send_reply_devlist failed"); in recv_request_devlist()
[all …]
Dusbip_list.c68 dbg("usbip_net_send_op_common failed"); in get_exported_devices()
74 dbg("usbip_net_recv_op_common failed"); in get_exported_devices()
81 dbg("usbip_net_recv_op_devlist failed"); in get_exported_devices()
85 dbg("exportable devices: %d\n", reply.ndev); in get_exported_devices()
100 dbg("usbip_net_recv failed: usbip_usb_device[%d]", i); in get_exported_devices()
148 dbg("connected to %s:%s", host, usbip_port_string); in list_exported_devices()
216 dbg("Skip the device %s already attached to %s\n", in list_devices()
Dusbip_bind.c90 dbg("unable to find device with bus ID %s", busid); in unbind_other()
97 dbg("unable to get bDevClass device attribute"); in unbind_other()
102 dbg("skip unbinding of hub"); in unbind_other()
Dutils.c50 dbg("failed to write match_busid: %s", strerror(errno)); in modify_match_busid()
Dusbip.c141 dbg("running command: `%s'", cmd->name); in run_command()
Dusbip_attach.c112 dbg("got free port %d", port); in import_device()
/tools/build/feature/
Dtest-dwarf.c8 Dwarf *dbg = dwarf_begin(0, DWARF_C_READ); in main() local
10 return (long)dbg; in main()
/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c130 unsigned long long dbg, val; in nhm_start() local
140 nhm_get_count(TSC, &dbg, base_cpu); in nhm_start()
141 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in nhm_start()
148 unsigned long long dbg; in nhm_stop() local
159 nhm_get_count(TSC, &dbg, base_cpu); in nhm_stop()
160 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
Dmperf_monitor.c190 unsigned long long dbg; in mperf_start() local
198 mperf_get_tsc(&dbg); in mperf_start()
199 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in mperf_start()
205 unsigned long long dbg; in mperf_stop() local
214 mperf_get_tsc(&dbg); in mperf_stop()
215 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in mperf_stop()
/tools/accounting/
Dgetdelays.c51 int dbg; variable
57 if (dbg) { \
364 dbg = 1; in main()