Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 18 of 18) sorted by relevance

/tools/perf/Documentation/
Dperf-inject.txt17 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
Dperf-archive.txt6 perf-archive - Create archive with object files with build-ids found in perf.data file
Dperf.data-file-format.txt149 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.
Dperf-buildid-cache.txt50 List missing build ids in the cache for the specified file.
Dintel-pt.txt518 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
Dperf-record.txt286 Do not save the build ids of binaries in the perf.data files. This skips
Dperf-script-python.txt264 name (the dictionary keys contain the syscall ids, which are passed to
/tools/perf/util/
Dexpr.y52 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;
Dexpr.h15 struct parse_id ids[MAX_PARSE_ID]; member
Dheader.c62 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 …]
Dheader.h115 struct perf_event_attr *attr, u32 ids, u64 *id,
Devsel.h100 u32 ids; member
Dintel-bts.c790 if (evsel->attr.type == bts->pmu_type && evsel->ids) { in intel_bts_synth_events()
Dsession.c2200 nr += evsel->ids; in perf_event__synthesize_id_index()
2215 for (j = 0; j < evsel->ids; j++) { in perf_event__synthesize_id_index()
Devlist.c515 evsel->id[evsel->ids++] = id; in perf_evlist__id_add()
Dintel-pt.c2201 if (evsel->attr.type == pt->pmu_type && evsel->ids) in intel_pt_evsel()
/tools/usb/usbip/
Dconfigure.ac86 # Sets directory containing usb.ids.
89 [where usb.ids is found (default /usr/share/hwdata/)])],
/tools/lib/traceevent/
Dparse-filter.c1622 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()