Searched refs:strim (Results 1 – 13 of 13) sorted by relevance
/tools/include/linux/ |
D | string.h | 47 extern char *strim(char *);
|
/tools/lib/traceevent/ |
D | event-utils.h | 29 static inline char *strim(char *string) in strim() function
|
D | parse-filter.c | 1318 ret = find_event(tep, &events, strim(sys_name), strim(event_name)); in tep_filter_add_filter_str()
|
/tools/lib/ |
D | string.c | 139 char *strim(char *s) in strim() function
|
/tools/perf/ui/gtk/ |
D | hists.c | 463 gtk_tree_store_set(store, &iter, col_idx, strim(bf), -1); in perf_gtk__add_hierarchy_entries() 559 strcat(buf, strim(hpp.buf)); in perf_gtk__show_hierarchy()
|
/tools/perf/util/ |
D | thread_map.c | 335 strim(*comm); in get_comm()
|
D | srcline.c | 484 strim(funcname); in addr2inlines()
|
D | header.c | 1064 cache->type = strim(cache->type); in cpu_cache_level__read() 1073 cache->size = strim(cache->size); in cpu_cache_level__read() 1083 cache->map = strim(cache->map); in cpu_cache_level__read()
|
D | pmu.c | 400 strim(buf); in perf_pmu__new_alias()
|
D | annotate.c | 1131 *rawp = strim(*rawp); in disasm_line__parse() 1507 parsed_line = strim(line); in symbol__parse_objdump_line()
|
/tools/perf/tests/ |
D | builtin-test.c | 444 return description ? strim(description + 1) : NULL; in shell_test__description()
|
/tools/perf/ui/stdio/ |
D | hist.c | 653 header_width += fprintf(fp, "%s", strim(hpp->buf)); in hists__fprintf_hierarchy_headers()
|
/tools/perf/ui/browsers/ |
D | hists.c | 1700 start = strim(dummy_hpp.buf); in hists_browser__scnprintf_hierarchy_headers() 2084 strim(s); in hist_browser__fprintf_hierarchy_entry()
|