函数源码 |
Source File:kernel\trace\trace_events_hist.c |
Create Date:2022-07-27 13:37:05 |
首页 | Copyright©Brick |
689 690 691 692 693 694 695 | static int synth_field_is_string( char *type) { if ( strstr (type, "char[" ) != NULL) return true ; return false ; } |