Searched defs:tool (Results 1 - 25 of 88) sorted by last modified time

1234

/external/skia/tools/
H A DPictureRenderingFlags.cpp78 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) { argument
127 } else if (0 == strcmp(mode, "playbackCreation") && kBench_PictureTool == tool) {
131 } else if (0 == strcmp(mode, "gatherPixelRefs") && kBench_PictureTool == tool) {
133 } else if (0 == strcmp(mode, "rerecord") && kRender_PictureTool == tool) {
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jar ... lang.String[]) com.vladium.emma.Command tool com.vladium.emma.Command tool com. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp162 std::string tool = OptCmd.empty()? sys::FindProgramByName("opt") : OptCmd; local
163 if (tool.empty()) {
177 Args.push_back(tool.c_str());
179 Args.push_back(tool.c_str());
211 Prog = tool;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-mem.c6 #include "util/tool.h"
15 struct perf_tool tool; member in struct:perf_mem
61 dump_raw_samples(struct perf_tool *tool, argument
67 struct perf_mem *mem = container_of(tool, struct perf_mem, tool);
111 static int process_sample_event(struct perf_tool *tool, argument
117 return dump_raw_samples(tool, event, sample, evsel, machine);
125 0, false, &mem->tool);
142 err = perf_session__process_events(session, &mem->tool);
190 .tool
[all...]
H A Dbuiltin-record.c23 #include "util/tool.h"
65 struct perf_tool tool; member in struct:perf_record
105 static int process_synthesized_event(struct perf_tool *tool, argument
110 struct perf_record *rec = container_of(tool, struct perf_record, tool);
290 struct perf_tool *tool = data; local
299 err = perf_event__synthesize_modules(tool, process_synthesized_event,
309 err = perf_event__synthesize_kernel_mmap(tool, process_synthesized_event,
312 err = perf_event__synthesize_kernel_mmap(tool, process_synthesized_event,
355 struct perf_tool *tool local
[all...]
H A Dbuiltin-report.c28 #include "util/tool.h"
41 struct perf_tool tool; member in struct:perf_report
73 static int perf_report__add_mem_hist_entry(struct perf_tool *tool, argument
80 struct perf_report *rep = container_of(tool, struct perf_report, tool);
166 static int perf_report__add_branch_hist_entry(struct perf_tool *tool, argument
172 struct perf_report *rep = container_of(tool, struct perf_report, tool);
297 static int process_sample_event(struct perf_tool *tool, argument
303 struct perf_report *rep = container_of(tool, struc
340 process_read_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample __maybe_unused, struct perf_evsel *evsel, struct machine *machine __maybe_unused) argument
[all...]
H A Dbuiltin-sched.c12 #include "util/tool.h"
123 struct perf_tool tool; member in struct:perf_sched
1263 static int process_sched_wakeup_event(struct perf_tool *tool, argument
1268 struct perf_sched *sched = container_of(tool, struct perf_sched, tool);
1355 static int process_sched_switch_event(struct perf_tool *tool, argument
1360 struct perf_sched *sched = container_of(tool, struct perf_sched, tool);
1381 static int process_sched_runtime_event(struct perf_tool *tool, argument
1386 struct perf_sched *sched = container_of(tool, struc
1394 perf_sched__process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
1411 process_sched_migrate_task_event(struct perf_tool *tool, struct perf_evsel *evsel, struct perf_sample *sample, struct machine *machine) argument
[all...]
H A Dbuiltin-top.c684 static void perf_event__process_sample(struct perf_tool *tool, argument
690 struct perf_top *top = container_of(tool, struct perf_top, tool);
855 perf_event__process_sample(&top->tool, event, evsel,
957 perf_event__synthesize_thread_map(&top->tool, top->evlist->threads,
961 perf_event__synthesize_threads(&top->tool, perf_event__process,
H A Dbuiltin-trace.c423 struct perf_tool tool; member in struct:trace
493 static int trace__tool_process(struct perf_tool *tool, argument
498 struct trace *trace = container_of(tool, struct trace, tool);
513 err = perf_event__synthesize_thread_map(&trace->tool, evlist->threads,
517 err = perf_event__synthesize_threads(&trace->tool, trace__tool_process,
850 static int trace__process_sample(struct perf_tool *tool, argument
856 struct trace *trace = container_of(tool, struct trace, tool);
1058 trace->tool
[all...]
H A Dbuiltin-annotate.c30 #include "util/tool.h"
36 struct perf_tool tool; member in struct:perf_annotate
84 static int process_sample_event(struct perf_tool *tool, argument
90 struct perf_annotate *ann = container_of(tool, struct perf_annotate, tool);
193 ann->force, false, &ann->tool);
212 ret = perf_session__process_events(session, &ann->tool);
277 .tool = {
H A Dbuiltin-diff.c15 #include "util/tool.h"
314 static int diff__process_sample_event(struct perf_tool *tool __maybe_unused,
340 static struct perf_tool tool = { variable in typeref:struct:perf_tool
665 false, &tool);
672 ret = perf_session__process_events(d->session, &tool);
H A Dbuiltin-inject.c15 #include "util/tool.h"
24 struct perf_tool tool; member in struct:perf_inject
40 static int perf_event__repipe_synth(struct perf_tool *tool, argument
43 struct perf_inject *inject = container_of(tool, struct perf_inject, tool);
62 static int perf_event__repipe_op2_synth(struct perf_tool *tool, argument
67 return perf_event__repipe_synth(tool, event);
70 static int perf_event__repipe_attr(struct perf_tool *tool, argument
76 ret = perf_event__process_attr(tool, event, pevlist);
80 return perf_event__repipe_synth(tool, even
83 perf_event__repipe(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused) argument
97 perf_event__repipe_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
113 perf_event__repipe_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
126 perf_event__repipe_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
139 perf_event__repipe_fork(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
152 perf_event__repipe_tracing_data(struct perf_tool *tool, union perf_event *event, struct perf_session *session) argument
178 dso__inject_build_id(struct dso *self, struct perf_tool *tool, struct machine *machine) argument
202 perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel __maybe_unused, struct machine *machine) argument
248 perf_inject__sched_process_exit(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel __maybe_unused, struct machine *machine __maybe_unused) argument
268 perf_inject__sched_switch(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
292 perf_inject__sched_stat(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
[all...]
H A Dbuiltin-kvm.c17 #include "util/tool.h"
88 struct perf_tool tool; member in struct:perf_kvm_stat
785 static int process_lost_event(struct perf_tool *tool, argument
790 struct perf_kvm_stat *kvm = container_of(tool, struct perf_kvm_stat, tool);
805 static int process_sample_event(struct perf_tool *tool, argument
812 struct perf_kvm_stat *kvm = container_of(tool, struct perf_kvm_stat,
813 tool);
950 err = kvm->tool.finished_round(&kvm->tool, NUL
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.c94 static pid_t perf_event__synthesize_comm(struct perf_tool *tool, argument
125 if (process(tool, event, &synth_sample, machine) != 0)
158 if (process(tool, event, &synth_sample, machine) != 0) {
169 static int perf_event__synthesize_mmap_events(struct perf_tool *tool, argument
236 if (process(tool, event, &synth_sample, machine) != 0) {
246 int perf_event__synthesize_modules(struct perf_tool *tool, argument
292 if (process(tool, event, &synth_sample, machine) != 0) {
306 struct perf_tool *tool,
309 pid_t tgid = perf_event__synthesize_comm(tool, comm_event, pid, full,
313 return perf_event__synthesize_mmap_events(tool, mmap_even
302 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, pid_t pid, int full, perf_event__handler_t process, struct perf_tool *tool, struct machine *machine) argument
317 perf_event__synthesize_thread_map(struct perf_tool *tool, struct thread_map *threads, perf_event__handler_t process, struct machine *machine) argument
375 perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
442 perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, const char *symbol_name) argument
[all...]
H A Dheader.c1633 * "perf: 'perf kvm' tool for monitoring guest performance from host"
2465 * different endianness and perf_event ABI revsions in the perf tool itself.
2849 int perf_event__synthesize_attr(struct perf_tool *tool, argument
2874 err = process(tool, ev, NULL, NULL);
2883 int perf_event__synthesize_attrs(struct perf_tool *tool, argument
2891 err = perf_event__synthesize_attr(tool, &evsel->attr, evsel->ids,
2902 int perf_event__process_attr(struct perf_tool *tool __maybe_unused,
2942 int perf_event__synthesize_tracing_data(struct perf_tool *tool, int fd, argument
2975 process(tool, &ev, NULL, NULL);
2988 int perf_event__process_tracing_data(struct perf_tool *tool __maybe_unuse
3027 perf_event__synthesize_build_id(struct perf_tool *tool, struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine) argument
[all...]
H A Dsession.c12 #include "tool.h"
111 struct perf_tool *tool)
150 if (tool && tool->ordering_requires_timestamps &&
151 tool->ordered_samples && !perf_evlist__sample_id_all(self->evlist)) {
153 tool->ordered_samples = false;
201 static int process_event_synth_tracing_data_stub(struct perf_tool *tool
212 static int process_event_synth_attr_stub(struct perf_tool *tool __maybe_unused,
221 static int process_event_sample_stub(struct perf_tool *tool __maybe_unused,
231 static int process_event_stub(struct perf_tool *tool __maybe_unuse
109 perf_session__new(const char *filename, int mode, bool force, bool repipe, struct perf_tool *tool) argument
253 perf_tool__fill_defaults(struct perf_tool *tool) argument
519 flush_sample_queue(struct perf_session *s, struct perf_tool *tool) argument
613 process_finished_round(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_session *session) argument
891 deliver_sample_value(struct perf_session *session, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct sample_read_value *v, struct machine *machine) argument
915 deliver_sample_group(struct perf_session *session, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
936 perf_session__deliver_sample(struct perf_session *session, struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
960 perf_session_deliver_event(struct perf_session *session, union perf_event *event, struct perf_sample *sample, struct perf_tool *tool, u64 file_offset) argument
1031 perf_session__process_user_event(struct perf_session *session, union perf_event *event, struct perf_tool *tool, u64 file_offset) argument
1067 perf_session__process_event(struct perf_session *session, union perf_event *event, struct perf_tool *tool, u64 file_offset) argument
1128 perf_session__warn_about_errors(const struct perf_session *session, const struct perf_tool *tool) argument
1170 __perf_session__process_pipe_events(struct perf_session *self, struct perf_tool *tool) argument
1298 __perf_session__process_events(struct perf_session *session, u64 data_offset, u64 data_size, u64 file_size, struct perf_tool *tool) argument
1396 perf_session__process_events(struct perf_session *self, struct perf_tool *tool) argument
[all...]
H A Dtop.h4 #include "tool.h"
15 struct perf_tool tool; member in struct:perf_top
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/emma/lib/
H A Demma.jar ... lang.String[]) com.vladium.emma.Command tool com.vladium.emma.Command tool com. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/tools/diagtool/
H A DDiagTool.cpp38 void DiagTools::registerTool(DiagTool *tool) { argument
39 getTools(tools)->GetOrCreateValue(tool->getName(), tool);
/external/chromium_org/tools/grit/grit/
H A Dgrit_runner.py24 import grit.tool.build namespace
25 return grit.tool.build.RcBuilder()
28 import grit.tool.buildinfo namespace
29 return grit.tool.buildinfo.DetermineBuildInfo()
32 import grit.tool.count namespace
33 return grit.tool.count.CountMessage()
36 import grit.tool.diff_structures namespace
37 return grit.tool.diff_structures.DiffStructures()
40 import grit.tool.menu_from_parts namespace
41 return grit.tool
44 import grit.tool.newgrd namespace
48 import grit.tool.resize namespace
52 import grit.tool.rc2grd namespace
56 import grit.tool.test namespace
60 import grit.tool.transl2tc namespace
64 import grit.tool.unit namespace
68 import grit.tool.xmb namespace
72 import grit.tool.android2grd namespace
[all...]
H A Dtest_suite_all.py71 import grit.tool.android2grd_unittest namespace
72 import grit.tool.build_unittest namespace
73 import grit.tool.buildinfo_unittest namespace
74 import grit.tool.postprocess_unittest namespace
75 import grit.tool.preprocess_unittest namespace
76 import grit.tool.rc2grd_unittest namespace
77 import grit.tool.transl2tc_unittest namespace
78 import grit.tool.xmb_unittest namespace
142 grit.tool.android2grd_unittest.Android2GrdUnittest,
143 grit.tool
[all...]

Completed in 559 milliseconds

1234