Searched refs:e2 (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_syntax.c | 14 enum e2 { enum 20 typedef enum e2 e2_t; 139 enum e2 e; 145 enum e2 arr2[5]; 224 enum e2 _2;
|
/tools/perf/tests/ |
D | pmu-events.c | 256 static int compare_pmu_events(struct pmu_event *e1, const struct pmu_event *e2) in compare_pmu_events() argument 258 if (!is_same(e1->desc, e2->desc)) { in compare_pmu_events() 260 e1->name, e1->desc, e2->desc); in compare_pmu_events() 264 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events() 266 e1->name, e1->topic, e2->topic); in compare_pmu_events() 270 if (!is_same(e1->long_desc, e2->long_desc)) { in compare_pmu_events() 272 e1->name, e1->long_desc, e2->long_desc); in compare_pmu_events() 276 if (!is_same(e1->unit, e2->unit)) { in compare_pmu_events() 278 e1->name, e1->unit, e2->unit); in compare_pmu_events() 282 if (!is_same(e1->perpkg, e2->perpkg)) { in compare_pmu_events() [all …]
|
/tools/perf/util/ |
D | evsel.h | 331 static inline bool evsel__match2(struct evsel *e1, struct evsel *e2) in evsel__match2() argument 333 return (e1->core.attr.type == e2->core.attr.type) && in evsel__match2() 334 (e1->core.attr.config == e2->core.attr.config); in evsel__match2()
|
/tools/bpf/bpftool/ |
D | cfg.c | 362 struct edge_node *e, *e2; in cfg_destroy() local 364 list_for_each_entry_safe(e, e2, &bb->e_prevs, l) { in cfg_destroy() 369 list_for_each_entry_safe(e, e2, &bb->e_succs, l) { in cfg_destroy()
|
/tools/perf/Documentation/ |
D | perf-top.txt | 290 use '-e e1 -e e2 -G foo,foo' or just use '-e e1 -e e2 -G foo'.
|
D | perf-stat.txt | 198 use '-e e1 -e e2 -G foo,foo' or just use '-e e1 -e e2 -G foo'.
|
D | perf-record.txt | 357 use '-e e1 -e e2 -G foo,foo' or just use '-e e1 -e e2 -G foo'.
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 286 e2: LOOP Jb (f64) 580 e2: psrad Pq,Qq | vpsrad Vx,Hx,Wx (66),(v1)
|