Searched refs:xmalloc (Results 1 - 19 of 19) sorted by relevance

/linux-4.4.14/tools/perf/tests/
H A Dhists_cumulate.c39 /* bash [bash] xmalloc() */
69 /* xmalloc => malloc => xmalloc => malloc => xmalloc => main */
261 * 10.00% bash bash [.] xmalloc test1()
272 { 0, 1000, "bash", "bash", "xmalloc" }, test1()
323 * 10.00% bash bash [.] xmalloc test2()
325 * --- xmalloc test2()
327 * xmalloc <--- NOTE: there's a cycle test2()
329 * xmalloc test2()
370 { 0, 1000, "bash", "bash", "xmalloc" }, test2()
390 6, { { "bash", "xmalloc" }, test2()
392 { "bash", "xmalloc" }, test2()
394 { "bash", "xmalloc" }, test2()
463 * 10.00% 10.00% bash bash [.] xmalloc test3()
477 { 1000, 1000, "bash", "bash", "xmalloc" }, test3()
537 * |--50.00%-- xmalloc test4()
547 * 10.00% 10.00% bash bash [.] xmalloc test4()
549 * --- xmalloc test4()
551 * xmalloc <--- NOTE: there's a cycle test4()
553 * xmalloc test4()
597 { 1000, 1000, "bash", "bash", "xmalloc" }, test4()
622 { "bash", "xmalloc" }, test4()
632 6, { { "bash", "xmalloc" }, test4()
634 { "bash", "xmalloc" }, test4()
636 { "bash", "xmalloc" }, test4()
H A Dhists_common.h61 * bash: 300 bash xmalloc
H A Dhists_output.c40 /* bash [bash] xmalloc() */
147 * 10.00% bash bash [.] xmalloc test1()
189 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); test1()
384 * bash [.] xmalloc bash 10.00% test4()
450 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "xmalloc") && test4()
481 * 0 bash: 300 bash bash [.] xmalloc test5()
529 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); test5()
H A Dhists_common.c50 { FAKE_SYM_OFFSET2, FAKE_SYM_LENGTH, "xmalloc" },
H A Dhists_filter.c38 /* bash [bash] xmalloc() */
H A Dhists_link.c29 /* bash [bash] xmalloc() */
/linux-4.4.14/scripts/kconfig/
H A Dutil.c26 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 Dlkc.h116 void *xmalloc(size_t size);
H A Dsymbol.c670 sym->def[S_DEF_USER].val = val = xmalloc(size); sym_set_string_value()
674 sym->def[S_DEF_USER].val = val = xmalloc(size); sym_set_string_value()
826 symbol = xmalloc(sizeof(*symbol)); sym_lookup()
877 res = xmalloc(reslen); sym_expand_string_value()
935 res = xmalloc(reslen); sym_escape_string_value()
1299 prop = xmalloc(sizeof(*prop)); prop_alloc()
H A Dmenu.c51 menu = xmalloc(sizeof(*menu)); menu_add_entry()
563 jump = xmalloc(sizeof(struct jump_key)); get_prompt_str()
H A Dexpr.c72 e = xmalloc(sizeof(*org)); expr_copy()
/linux-4.4.14/scripts/dtc/
H A Dlivetree.c38 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()
608 tbl = xmalloc(n * sizeof(*tbl)); sort_reserve_entries()
646 tbl = xmalloc(n * sizeof(*tbl)); sort_properties()
682 tbl = xmalloc(n * sizeof(*tbl)); sort_subnodes()
H A Dsrcpos.c43 char *dir = xmalloc(len + 1); get_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 Dutil.c42 char *d = xmalloc(len); xstrdup()
63 str = xmalloc(len); join_path()
216 buf = xmalloc(bufsize); utilfdt_read_err_len()
H A Ddata.c244 m = xmalloc(sizeof(*m)); data_add_marker()
H A Dutil.h41 static inline void *xmalloc(size_t len) xmalloc() function
H A Dflattree.c852 blob = xmalloc(totalsize); dt_from_blob()
/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.h81 #define xmalloc(size) ({ void *__ptr = malloc(size); \ macro
H A Dgenksyms.c289 sym = xmalloc(sizeof(*sym)); __add_symbol()
354 newnode = xmalloc(sizeof(*newnode)); mk_node()
383 newnode = xmalloc(sizeof(*newnode)); copy_node()

Completed in 254 milliseconds