Searched refs:pkt_string (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cs-etm.c | 386 static void cs_etm__packet_dump(const char *pkt_string) in cs_etm__packet_dump() argument 389 int len = strlen(pkt_string); in cs_etm__packet_dump() 391 if (len && (pkt_string[len-1] == '\n')) in cs_etm__packet_dump() 392 color_fprintf(stdout, color, " %s", pkt_string); in cs_etm__packet_dump() 394 color_fprintf(stdout, color, " %s\n", pkt_string); in cs_etm__packet_dump()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cs-etm.c | 630 static void cs_etm__packet_dump(const char *pkt_string) in cs_etm__packet_dump() argument 633 int len = strlen(pkt_string); in cs_etm__packet_dump() 635 if (len && (pkt_string[len-1] == '\n')) in cs_etm__packet_dump() 636 color_fprintf(stdout, color, " %s", pkt_string); in cs_etm__packet_dump() 638 color_fprintf(stdout, color, " %s\n", pkt_string); in cs_etm__packet_dump()
|
Completed in 8 milliseconds