Searched refs:ids (Results 1 – 18 of 18) sorted by relevance
/tools/perf/Documentation/ |
D | perf-inject.txt | 17 this case build-ids (-b option) are read and injected as needed into the event 20 Build-ids are just the first user of perf-inject - potentially anything that 27 --build-ids=:: 28 Inject build-ids into the output stream
|
D | perf-archive.txt | 6 perf-archive - Create archive with object files with build-ids found in perf.data file
|
D | perf.data-file-format.txt | 149 uint64_t ids[nr_ids]; 327 Map event ids to CPUs and TIDs. 414 struct perf_file_section ids; 417 ids points to a array of uint64_t defining the ids for event attr attr.
|
D | perf-buildid-cache.txt | 50 List missing build ids in the cache for the specified file.
|
D | intel-pt.txt | 518 Intel PT and build ids 521 By default "perf record" post-processes the event stream to find all build ids 523 decoded for that purpose (it would take too long). Instead the build ids for
|
D | perf-record.txt | 286 Do not save the build ids of binaries in the perf.data files. This skips
|
D | perf-script-python.txt | 264 name (the dictionary keys contain the syscall ids, which are passed to
|
/tools/perf/util/ |
D | expr.y | 52 if (!strcasecmp(ctx->ids[i].name, id)) { 53 *val = ctx->ids[i].val; 175 ctx->ids[idx].name = name; 176 ctx->ids[idx].val = val;
|
D | expr.h | 15 struct parse_id ids[MAX_PARSE_ID]; member
|
D | header.c | 62 struct perf_file_section ids; member 454 nri = evsel->ids; in write_event_desc() 468 ret = do_write(ff, evsel->id, evsel->ids * sizeof(u64)); in write_event_desc() 1335 evsel->ids = nr; in read_event_desc() 1378 if (evsel->ids) { in print_event_desc() 1380 for (j = 0, id = evsel->id; j < evsel->ids; j++, id++) { in print_event_desc() 2407 err = do_write(&ff, evsel->id, evsel->ids * sizeof(u64)); in perf_session__write_header() 2419 .ids = { in perf_session__write_header() 2421 .size = evsel->ids * sizeof(u64), in perf_session__write_header() 2821 ret = readn(fd, &f_attr->ids, sizeof(f_attr->ids)); in read_attr() [all …]
|
D | header.h | 115 struct perf_event_attr *attr, u32 ids, u64 *id,
|
D | evsel.h | 100 u32 ids; member
|
D | intel-bts.c | 790 if (evsel->attr.type == bts->pmu_type && evsel->ids) { in intel_bts_synth_events()
|
D | session.c | 2200 nr += evsel->ids; in perf_event__synthesize_id_index() 2215 for (j = 0; j < evsel->ids; j++) { in perf_event__synthesize_id_index()
|
D | evlist.c | 515 evsel->id[evsel->ids++] = id; in perf_evlist__id_add()
|
D | intel-pt.c | 2201 if (evsel->attr.type == pt->pmu_type && evsel->ids) in intel_pt_evsel()
|
/tools/usb/usbip/ |
D | configure.ac | 86 # Sets directory containing usb.ids. 89 [where usb.ids is found (default /usr/share/hwdata/)])],
|
/tools/lib/traceevent/ |
D | parse-filter.c | 1622 int *ids = NULL; in pevent_filter_clear_trivial() local 1649 new_ids = realloc(ids, sizeof(*ids) * (count + 1)); in pevent_filter_clear_trivial() 1651 free(ids); in pevent_filter_clear_trivial() 1655 ids = new_ids; in pevent_filter_clear_trivial() 1656 ids[count++] = filter_type->event_id; in pevent_filter_clear_trivial() 1663 pevent_filter_remove_event(filter, ids[i]); in pevent_filter_clear_trivial() 1665 free(ids); in pevent_filter_clear_trivial()
|