/linux-4.1.27/tools/perf/tests/ |
H A D | hists_cumulate.c | 39 /* bash [bash] xmalloc() */ 69 /* xmalloc => malloc => xmalloc => malloc => xmalloc => main */ 257 * 10.00% bash bash [.] xmalloc test1() 268 { 0, 1000, "bash", "bash", "xmalloc" }, test1() 318 * 10.00% bash bash [.] xmalloc test2() 320 * --- xmalloc test2() 322 * xmalloc <--- NOTE: there's a cycle test2() 324 * xmalloc test2() 365 { 0, 1000, "bash", "bash", "xmalloc" }, test2() 385 6, { { "bash", "xmalloc" }, test2() 387 { "bash", "xmalloc" }, test2() 389 { "bash", "xmalloc" }, test2() 457 * 10.00% 10.00% bash bash [.] xmalloc test3() 471 { 1000, 1000, "bash", "bash", "xmalloc" }, test3() 530 * |--50.00%-- xmalloc test4() 540 * 10.00% 10.00% bash bash [.] xmalloc test4() 542 * --- xmalloc test4() 544 * xmalloc <--- NOTE: there's a cycle test4() 546 * xmalloc test4() 590 { 1000, 1000, "bash", "bash", "xmalloc" }, test4() 615 { "bash", "xmalloc" }, test4() 625 6, { { "bash", "xmalloc" }, test4() 627 { "bash", "xmalloc" }, test4() 629 { "bash", "xmalloc" }, test4()
|
H A D | hists_common.h | 61 * bash: 300 bash xmalloc
|
H A D | hists_output.c | 40 /* bash [bash] xmalloc() */ 143 * 10.00% bash bash [.] xmalloc test1() 185 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); test1() 380 * bash [.] xmalloc bash 10.00% test4() 446 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && test4() 477 * 0 bash: 300 bash bash [.] xmalloc test5() 525 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); test5()
|
H A D | hists_common.c | 50 { FAKE_SYM_OFFSET2, FAKE_SYM_LENGTH, "xmalloc" },
|
H A D | hists_filter.c | 37 /* bash [bash] xmalloc() */
|
H A D | hists_link.c | 29 /* bash [bash] xmalloc() */
|
/linux-4.1.27/scripts/kconfig/ |
H A D | util.c | 26 file = xmalloc(sizeof(*file)); file_lookup() 84 gs.s = xmalloc(sizeof(char) * 64); str_new() 131 void *xmalloc(size_t size) xmalloc() function
|
H A D | lkc.h | 116 void *xmalloc(size_t size);
|
H A D | symbol.c | 671 sym->def[S_DEF_USER].val = val = xmalloc(size); sym_set_string_value() 675 sym->def[S_DEF_USER].val = val = xmalloc(size); sym_set_string_value() 827 symbol = xmalloc(sizeof(*symbol)); sym_lookup() 878 res = xmalloc(reslen); sym_expand_string_value() 936 res = xmalloc(reslen); sym_escape_string_value() 1294 prop = xmalloc(sizeof(*prop)); prop_alloc()
|
H A D | menu.c | 51 menu = xmalloc(sizeof(*menu)); menu_add_entry() 563 jump = xmalloc(sizeof(struct jump_key)); get_prompt_str()
|
H A D | expr.c | 75 e = xmalloc(sizeof(*org)); expr_copy()
|
/linux-4.1.27/scripts/dtc/ |
H A D | livetree.c | 38 new = xmalloc(sizeof(*new)); add_label() 55 struct property *new = xmalloc(sizeof(*new)); build_property() 67 struct property *new = xmalloc(sizeof(*new)); build_property_delete() 102 struct node *new = xmalloc(sizeof(*new)); build_node() 119 struct node *new = xmalloc(sizeof(*new)); build_node_delete() 301 struct reserve_info *new = xmalloc(sizeof(*new)); build_reserve_entry() 343 bi = xmalloc(sizeof(*bi)); build_boot_info() 606 tbl = xmalloc(n * sizeof(*tbl)); sort_reserve_entries() 644 tbl = xmalloc(n * sizeof(*tbl)); sort_properties() 680 tbl = xmalloc(n * sizeof(*tbl)); sort_subnodes()
|
H A D | srcpos.c | 43 char *dir = xmalloc(len + 1); dirname() 150 srcfile = xmalloc(sizeof(*srcfile)); srcfile_push() 188 node = xmalloc(sizeof(*node)); srcfile_add_search_path() 243 pos_new = xmalloc(sizeof(struct srcpos)); srcpos_copy()
|
H A D | util.c | 42 char *dup = xmalloc(len); xstrdup() 63 str = xmalloc(len); join_path() 216 buf = xmalloc(bufsize); utilfdt_read_err_len()
|
H A D | data.c | 244 m = xmalloc(sizeof(*m)); data_add_marker()
|
H A D | util.h | 39 static inline void *xmalloc(size_t len) xmalloc() function
|
H A D | flattree.c | 852 blob = xmalloc(totalsize); dt_from_blob()
|
/linux-4.1.27/scripts/genksyms/ |
H A D | genksyms.h | 81 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
|
H A D | genksyms.c | 289 sym = xmalloc(sizeof(*sym)); __add_symbol() 354 newnode = xmalloc(sizeof(*newnode)); mk_node() 383 newnode = xmalloc(sizeof(*newnode)); copy_node()
|