Searched refs:printer_print_buf (Results 1 – 1 of 1) sorted by relevance
| /tools/perf/util/ |
| A D | demangle-rust-v0.c | 1009 static NODISCARD overflow_status printer_print_buf(struct printer *printer, const char *start, size… in printer_print_buf() function 1024 return printer_print_buf(printer, buf, strlen(buf)); in printer_print_str() 1028 return printer_print_buf(printer, &ch, 1); in printer_print_ch() 1272 PRINT(printer_print_buf(printer, hex.start, hex.len)); in printer_print_const_uint() 1398 PRINT(printer_print_buf(printer, escaped_buf, escaped_size)); in printer_print_const() 1563 PRINT(printer_print_buf(printer, (const char*)abi, abi_len)); in printer_print_function_type() 1567 PRINT(printer_print_buf(printer, (const char*)abi, space_to_minus)); in printer_print_function_type() 1865 PRINT(printer_print_buf(&printer, (const char*)wchr, wchr_len)); in rust_demangle_legacy_display_demangle() 1883 PRINT(printer_print_buf(&printer, rest, j)); in rust_demangle_legacy_display_demangle() 1888 PRINT(printer_print_buf(&printer, rest, len)); in rust_demangle_legacy_display_demangle()
|
Completed in 7 milliseconds