Home
last modified time | relevance | path

Searched refs:dbg (Results 1 – 20 of 20) 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.c51 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() argument
60 dbg->dwfl = dwfl_begin(&offline_callbacks); in debuginfo__init_offline_dwarf()
61 if (!dbg->dwfl) in debuginfo__init_offline_dwarf()
64 dwfl_report_begin(dbg->dwfl); in debuginfo__init_offline_dwarf()
65 dbg->mod = dwfl_report_offline(dbg->dwfl, "", "", fd); in debuginfo__init_offline_dwarf()
66 if (!dbg->mod) in debuginfo__init_offline_dwarf()
69 dbg->dbg = dwfl_module_getdwarf(dbg->mod, &dbg->bias); in debuginfo__init_offline_dwarf()
70 if (!dbg->dbg) in debuginfo__init_offline_dwarf()
73 dwfl_report_end(dbg->dwfl, NULL, NULL); in debuginfo__init_offline_dwarf()
77 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.c94 dbg("%-20s = %x", to_string(name), (int) udev->name)
97 dbg("%-20s = %x", to_string(name), (int) uinf->name)
107 dbg("%-20s = %s", "Interface(C/SC/P)", buff); in dump_usb_interface()
114 dbg("%-20s = %s", "path", udev->path); in dump_usb_device()
115 dbg("%-20s = %s", "busid", udev->busid); in dump_usb_device()
121 dbg("%-20s = %s", "Device(C/SC/P)", buff); in dump_usb_device()
128 dbg("%-20s = %s", "Vendor/Product", buff); in dump_usb_device()
133 dbg("%-20s = %s", "speed", in dump_usb_device()
Dusbip_host_common.c97 dbg("realloc failed"); in usbip_exported_device_new()
143 dbg("usbip_exported_device_new failed"); in refresh_exported_devices()
221 dbg("device not available: %s", edev->udev.busid); in usbip_export_device()
224 dbg("status SDEV_ST_ERROR"); in usbip_export_device()
228 dbg("status SDEV_ST_USED"); in usbip_export_device()
232 dbg("status unknown: 0x%x", edev->status); in usbip_export_device()
Dnames.c356 dbg("line %5u class %02x %s", linectr, u, cp); in parse()
382 dbg("line %5u vendor %04x %s", linectr, u, cp); in parse()
401 dbg("line %5u product %04x:%04x %s", linectr, in parse()
409 dbg("line %5u subclass %02x:%02x %s", linectr, in parse()
442 dbg("line %5u protocol %02x:%02x:%02x %s", in parse()
Dusbip_common.h86 #define dbg(fmt, args...) \ macro
/tools/usb/usbip/src/
Dusbip_network.c28 dbg("parsing port arg '%s'", arg); in usbip_setup_port_number()
147 dbg("usbip_net_send failed: %d", rc); in usbip_net_send_op_common()
163 dbg("usbip_net_recv failed: %d", rc); in usbip_net_recv_op_common()
180 dbg("unexpected pdu %#0x for %#0x", op_common.code, in usbip_net_recv_op_common()
191 dbg("request failed at peer: %d", op_common.status); in usbip_net_recv_op_common()
209 dbg("setsockopt: SO_REUSEADDR"); in usbip_net_set_reuseaddr()
221 dbg("setsockopt: TCP_NODELAY"); in usbip_net_set_nodelay()
233 dbg("setsockopt: SO_KEEPALIVE"); in usbip_net_set_keepalive()
245 dbg("setsockopt: IPV6_V6ONLY"); in usbip_net_set_v6only()
266 dbg("getaddrinfo: %s service %s: %s", hostname, service, in usbip_net_tcp_connect()
Dusbipd.c105 dbg("usbip_net_recv failed: import request"); in recv_request_import()
134 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_IMPORT); in recv_request_import()
139 dbg("import request busid %s: failed", req.busid); in recv_request_import()
148 dbg("usbip_net_send failed: devinfo"); in recv_request_import()
152 dbg("import request busid %s: complete", req.busid); in recv_request_import()
186 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
193 dbg("usbip_net_send failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
208 dbg("usbip_net_send failed: pdu_udev"); in send_reply_devlist()
238 dbg("usbip_net_recv failed: devlist request"); in recv_request_devlist()
244 dbg("send_reply_devlist failed"); in recv_request_devlist()
[all …]
Dusbip_list.c57 dbg("usbip_net_send_op_common failed"); in get_exported_devices()
71 dbg("usbip_net_recv_op_devlist failed"); in get_exported_devices()
75 dbg("exportable devices: %d\n", reply.ndev); in get_exported_devices()
90 dbg("usbip_net_recv failed: usbip_usb_device[%d]", i); in get_exported_devices()
138 dbg("connected to %s:%s", host, usbip_port_string); in list_exported_devices()
206 dbg("Skip the device %s already attached to %s\n", in list_devices()
Dusbip_bind.c78 dbg("unable to find device with bus ID %s", busid); in unbind_other()
85 dbg("unable to get bDevClass device attribute"); in unbind_other()
90 dbg("skip unbinding of hub"); in unbind_other()
Dutils.c38 dbg("failed to write match_busid: %s", strerror(errno)); in modify_match_busid()
Dusbip.c129 dbg("running command: `%s'", cmd->name); in run_command()
Dusbip_attach.c100 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.c129 unsigned long long dbg, val; in nhm_start() local
139 nhm_get_count(TSC, &dbg, base_cpu); in nhm_start()
140 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in nhm_start()
147 unsigned long long dbg; in nhm_stop() local
158 nhm_get_count(TSC, &dbg, base_cpu); in nhm_stop()
159 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
Dmperf_monitor.c189 unsigned long long dbg; in mperf_start() local
197 mperf_get_tsc(&dbg); in mperf_start()
198 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); in mperf_start()
204 unsigned long long dbg; in mperf_stop() local
213 mperf_get_tsc(&dbg); in mperf_stop()
214 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in mperf_stop()
/tools/cgroup/
Diocost_coef_gen.py55 def dbg(msg): function
100 dbg(f'Running {cmd}')
/tools/accounting/
Dgetdelays.c51 int dbg; variable
57 if (dbg) { \
364 dbg = 1; in main()