Searched refs:ph (Results 1 – 8 of 8) sorted by relevance
| /tools/perf/util/ |
| A D | header.c | 235 if (ff->ph->needs_swap) in do_read_u32() 248 if (ff->ph->needs_swap) in do_read_u64() 1686 struct perf_header *ph = ff->ph; in print_cpu_topology() local 2098 ff->ph->env.comp_level, ff->ph->env.comp_ratio); in print_compressed() 3491 .ph = ph, in perf_file_section__fprintf_info() 3610 .ph = header, in perf_header__adds_write() 3681 .ph = header, in perf_session__do_write_header() 3907 ph->needs_swap); in try_all_file_abis() 4088 .ph = ph, in perf_file_section__process() 4125 if (ph->needs_swap) in perf_file_header__read_pipe() [all …]
|
| A D | header.h | 101 struct perf_header *ph, int fd); 114 struct perf_header *ph; member 166 struct perf_header *ph,
|
| A D | synthetic-events.c | 2409 ff.ph = &session->header; in perf_event__synthesize_features()
|
| /tools/testing/selftests/proc/ |
| A D | proc-pid-vm.c | 154 struct elf64_phdr ph; in make_exe() local 158 {&ph, sizeof(struct elf64_phdr)}, in make_exe() 187 memset(&ph, 0, sizeof(ph)); in make_exe() 188 ph.p_type = 1; in make_exe() 189 ph.p_flags = (1<<2)|1; in make_exe() 190 ph.p_offset = 0; in make_exe() 191 ph.p_vaddr = VADDR; in make_exe() 192 ph.p_paddr = 0; in make_exe() 193 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe() 194 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe() [all …]
|
| /tools/testing/selftests/net/netfilter/ |
| A D | nf_queue.c | 80 struct nfqnl_msg_packet_hdr *ph = NULL; in queue_cb() local 87 ph = mnl_attr_get_payload(tb[NFQA_PACKET_HDR]); in queue_cb() 88 id = ntohl(ph->packet_id); in queue_cb() 92 ntohs(ph->hw_protocol), ph->hook); in queue_cb() 94 if (ph->hook >= 5) { in queue_cb() 95 fprintf(stderr, "Unknown hook %d\n", ph->hook); in queue_cb() 114 queue_stats[ph->hook]++; in queue_cb()
|
| /tools/perf/ |
| A D | builtin-timechart.c | 1513 struct perf_header *ph, in process_header() argument 1522 tchart->numcpus = ph->env.nr_cpus_avail; in process_header() 1529 if (svg_build_topology_map(&ph->env)) in process_header()
|
| A D | builtin-inject.c | 2019 struct perf_header *ph __maybe_unused, in save_section_info_cb()
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 3861 ph = p if 'machine' in p else lp 3868 terr = '%s%s failed in %s phase' % (sysvals.suspendmode, tn, ph)
|
Completed in 40 milliseconds