| /linux/tools/perf/util/ |
| H A D | Build | 4 perf-util-y += arm64-frame-pointer-unwind-support.o 5 perf-util-y += addr2line.o 6 perf-util-y += addr_location.o 7 perf-util-y += annotate.o 8 perf-util-y += block-info.o 9 perf-util-y += block-range.o 10 perf-util-y += build-id.o 11 perf-util-y += cacheline.o 12 perf-util-y += capstone.o 13 perf-util-y += config.o [all …]
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | Build | 1 perf-util-y += header.o 2 perf-util-y += tsc.o 3 perf-util-y += pmu.o 4 perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o 5 perf-util-y += perf_regs.o 6 perf-util-y += topdown.o 7 perf-util-y += machine.o 8 perf-util-y += event.o 9 perf-util-y += evlist.o 10 perf-util-y += mem-events.o [all …]
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | Build | 1 perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 2 perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o 3 perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 4 perf-util-y += ../../arm/util/auxtrace.o 5 perf-util-y += ../../arm/util/cs-etm.o 6 perf-util-y += ../../arm/util/pmu.o 7 perf-util-y += arm-spe.o 8 perf-util-y += header.o 9 perf-util-y += hisi-ptt.o 10 perf-util-y += machine.o [all …]
|
| /linux/tools/perf/arch/powerpc/util/ |
| H A D | Build | 1 perf-util-y += header.o 2 perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o 3 perf-util-y += perf_regs.o 4 perf-util-y += mem-events.o 5 perf-util-y += pmu.o 6 perf-util-y += sym-handling.o 7 perf-util-y += evsel.o 9 perf-util-$(CONFIG_LIBDW) += skip-callchain-idx.o 11 perf-util-$(CONFIG_LIBUNWIND) += unwind-libunwind.o 12 perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o [all …]
|
| /linux/tools/perf/util/perf-regs-arch/ |
| H A D | Build | 1 perf-util-y += perf_regs_aarch64.o 2 perf-util-y += perf_regs_arm.o 3 perf-util-y += perf_regs_csky.o 4 perf-util-y += perf_regs_loongarch.o 5 perf-util-y += perf_regs_mips.o 6 perf-util-y += perf_regs_powerpc.o 7 perf-util-y += perf_regs_riscv.o 8 perf-util-y += perf_regs_s390.o 9 perf-util-y += perf_regs_x86.o
|
| /linux/tools/perf/arch/s390/util/ |
| H A D | Build | 1 perf-util-y += header.o 2 perf-util-$(CONFIG_LIBTRACEEVENT) += kvm-stat.o 3 perf-util-y += perf_regs.o 5 perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 7 perf-util-y += machine.o 8 perf-util-y += pmu.o 10 perf-util-y += auxtrace.o
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | Build | 1 perf-util-y += intel-pt-pkt-decoder.o intel-pt-insn-decoder.o intel-pt-log.o intel-pt-decoder.o 6 $(OUTPUT)util/intel-pt-decoder/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 10 perf-util-y += inat.o insn.o 12 $(OUTPUT)util/intel-pt-decoder/inat.o: $(srctree)/tools/arch/x86/lib/inat.c $(OUTPUT)util/intel-pt-… 16 CFLAGS_inat.o += -I$(OUTPUT)util/intel-pt-decoder 18 $(OUTPUT)util/intel-pt-decoder/insn.o: $(srctree)/tools/arch/x86/lib/insn.c
|
| /linux/include/linux/sched/ |
| H A D | cpufreq.h | 26 static inline unsigned long map_util_freq(unsigned long util, in map_util_freq() argument 29 return freq * util / cap; in map_util_freq() 32 static inline unsigned long map_util_perf(unsigned long util) in map_util_perf() argument 34 return util + (util >> 2); in map_util_perf()
|
| /linux/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 51 unsigned long util; member 194 unsigned long util, unsigned long max) in get_next_freq() argument 200 freq = map_util_freq(util, freq, max); in get_next_freq() 228 unsigned long min, max, util = scx_cpuperf_target(sg_cpu->cpu); in sugov_get_util() local 231 util += cpu_util_cfs_boost(sg_cpu->cpu); in sugov_get_util() 232 util = effective_cpu_util(sg_cpu->cpu, util, &min, &max); in sugov_get_util() 233 util = max(util, boost); in sugov_get_util() 235 sg_cpu->util = sugov_effective_cpu_perf(sg_cpu->cpu, util, min, max); in sugov_get_util() 433 next_f = get_next_freq(sg_policy, sg_cpu->util, max_cap); in sugov_update_single_freq() 464 unsigned long prev_util = sg_cpu->util; in sugov_update_single_perf() [all …]
|
| /linux/net/caif/ |
| H A D | cfutill.c | 29 struct cfsrvl *util = kzalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfutill_create() local 30 if (!util) in cfutill_create() 33 cfsrvl_init(util, channel_id, dev_info, true); in cfutill_create() 34 util->layer.receive = cfutill_receive; in cfutill_create() 35 util->layer.transmit = cfutill_transmit; in cfutill_create() 36 snprintf(util->layer.name, CAIF_LAYER_NAME_SZ, "util1"); in cfutill_create() 37 return &util->layer; in cfutill_create()
|
| /linux/sound/synth/ |
| H A D | Makefile | 7 snd-util-mem-y := util_mem.o 10 obj-$(CONFIG_SND_EMU10K1) += snd-util-mem.o 11 obj-$(CONFIG_SND_TRIDENT) += snd-util-mem.o 12 obj-$(CONFIG_SND_SBAWE_SEQ) += snd-util-mem.o
|
| /linux/tools/perf/arch/arm/util/ |
| H A D | Build | 1 perf-util-y += perf_regs.o 3 perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 4 perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o 6 perf-util-y += pmu.o auxtrace.o cs-etm.o
|
| /linux/tools/usb/ |
| H A D | p9_fwd.py | 12 import usb.util 82 usb.util.claim_interface(dev, usb9pfs.bInterfaceNumber) 83 ep_out = usb.util.find_descriptor( 85 … custom_match=lambda e: usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_OUT, 88 ep_in = usb.util.find_descriptor( 90 … custom_match=lambda e: usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_IN,
|
| /linux/tools/testing/vsock/ |
| H A D | Makefile | 4 vsock_test: vsock_test.o vsock_test_zerocopy.o timeout.o control.o util.o msg_zerocopy_common.o 5 vsock_diag_test: vsock_diag_test.o timeout.o control.o util.o 10 vsock_uring_test: control.o util.o vsock_uring_test.o timeout.o msg_zerocopy_common.o
|
| /linux/tools/perf/arch/loongarch/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/mips/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/riscv/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/s390/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/csky/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/powerpc/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/arm64/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/arm/ |
| H A D | Build | 1 perf-util-y += util/
|
| /linux/tools/perf/arch/ |
| H A D | Build | 1 perf-util-y += common.o 3 perf-util-y += $(SRCARCH)/
|
| /linux/tools/perf/scripts/ |
| H A D | Build | 2 perf-util-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/ 4 perf-util-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
|
| /linux/tools/perf/ |
| H A D | Makefile.perf | 227 VMLINUX_H=$(src-perf)/util/bpf_skel/vmlinux/vmlinux.h 452 LIBPERF_UTIL_IN := $(OUTPUT)perf-util-in.o 453 LIBPERF_UTIL := $(OUTPUT)libperf-util.a 744 $(OUTPUT)python/perf$(PYTHON_EXTENSION_SUFFIX): util/python.c util/setup.py $(PERFLIBS_PY) 747 $(PYTHON_WORD) util/setup.py \ 795 $(Q)$(MAKE) $(build)=perf-util 810 $(OUTPUT)common-cmds.h: util/generate-cmdlist.sh command-list.txt 813 $(QUIET_GEN). util/generate-cmdlist.sh > $@+ && mv $@+ $@ 819 $(Q)$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT) 836 util/%.o: $(OUTPUT)util/%.o [all …]
|