Searched refs:srcfile (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/util/
H A Dsrccode.h5 char *srcfile; member in struct:srccode_state
11 state->srcfile = NULL;
H A Dsrccode.c25 struct srcfile { struct
77 static void free_srcfile(struct srcfile *sf)
89 static struct srcfile *find_srcfile(char *fn)
92 struct srcfile *h;
109 h = list_entry(srcfile_list.prev, struct srcfile, nd);
119 h = malloc(sizeof(struct srcfile));
159 struct srcfile *sf = find_srcfile(fn);
H A Ddlfilter.c254 char *srcfile = NULL; local
271 srcfile = get_srcline_split(dso, map__rip_2objdump(map, addr), &line);
274 return srcfile;
H A Dsort.h144 char *srcfile; member in struct:hist_entry
H A Dhist.c232 if (h->srcfile)
233 hists__new_col_len(hists, HISTC_SRCFILE, strlen(h->srcfile));
1344 if (he->srcfile && he->srcfile[0])
1345 zfree(&he->srcfile);
1534 he->srcfile = NULL;
1536 new->srcfile = NULL;
H A Dsort.c679 /* --sort srcfile */
713 if (!left->srcfile)
714 left->srcfile = hist_entry__get_srcfile(left);
715 if (!right->srcfile)
716 right->srcfile = hist_entry__get_srcfile(right);
718 return strcmp(right->srcfile, left->srcfile);
729 if (!he->srcfile)
730 he->srcfile = hist_entry__get_srcfile(he);
736 return repsep_snprintf(bf, size, "%-.*s", width, he->srcfile);
[all...]
H A Dmap.c514 zfree(&state->srcfile);
/linux-master/scripts/dtc/
H A Dsrcpos.c174 struct srcfile_state *srcfile; local
179 srcfile = xmalloc(sizeof(*srcfile));
181 srcfile->f = srcfile_relative_open(fname, &srcfile->name);
182 srcfile->dir = get_dirname(srcfile->name);
183 srcfile->prev = current_srcfile;
185 srcfile->lineno = 1;
186 srcfile
196 struct srcfile_state *srcfile = current_srcfile; local
[all...]
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c144 char *srcfile = NULL; local
160 srcfile = get_srcline_split(dso, map__rip_2objdump(map, addr), &line);
163 if (srcfile)
164 srccode = find_sourceline(srcfile, line, &len);
165 result = Py_BuildValue("(sIs#)", srcfile, line, srccode, (Py_ssize_t)len);
167 result = Py_BuildValue("(sI)", srcfile, line);
170 free(srcfile);
/linux-master/lib/
H A Dtest_bitmap.c63 __check_eq_uint(const char *srcfile, unsigned int line, argument
68 srcfile, line, exp_uint, x);
76 __check_eq_bitmap(const char *srcfile, unsigned int line, argument
82 srcfile, line,
90 __check_eq_pbl(const char *srcfile, unsigned int line, argument
97 srcfile, line,
105 __check_eq_u32_array(const char *srcfile, unsigned int line,
109 __check_eq_u32_array(const char *srcfile, unsigned int line, argument
115 srcfile, line,
121 pr_warn("[%s:%u] array contents differ\n", srcfile, lin
132 __check_eq_clump8(const char *srcfile, unsigned int line, const unsigned int offset, const unsigned int size, const unsigned char *const clump_exp, const unsigned long *const clump) argument
163 __check_eq_str(const char *srcfile, unsigned int line, const char *exp_str, const char *str, unsigned int len) argument
[all...]
/linux-master/tools/perf/
H A Dbuiltin-script.c1106 char *srcfile; local
1115 srcfile = get_srcline_split(dso,
1118 if (!srcfile)
1123 state->srcfile &&
1124 !strcmp(state->srcfile, srcfile) &&
1126 free(srcfile);
1130 srccode = find_sourceline(srcfile, line, &len);
1137 state->srcfile = srcfile;
[all...]
/linux-master/fs/smb/client/
H A Dsmb2ops.c1749 struct cifsFileInfo *srcfile,
1768 rc = SMB2_request_res_key(xid, tlink_tcon(srcfile->tlink),
1769 srcfile->fid.persistent_fid,
1770 srcfile->fid.volatile_fid, pcchunk);
1995 struct cifsFileInfo *srcfile,
2010 dup_ext_buf.VolatileFileHandle = srcfile->fid.volatile_fid;
2011 dup_ext_buf.PersistentFileHandle = srcfile->fid.persistent_fid;
1748 smb2_copychunk_range(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) argument
1994 smb2_duplicate_extents(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) argument

Completed in 299 milliseconds