Home
last modified time | relevance | path

Searched refs:vdsox32 (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dvdso.c43 struct vdso_file vdsox32; member
60 .vdsox32 = { in vdso_info__new()
120 if (vdso_info->vdsox32.found) in machine__exit_vdso()
121 unlink(vdso_info->vdsox32.temp_file_name); in machine__exit_vdso()
279 *dso = __machine__findnew_compat(machine, &vdso_info->vdsox32); in __machine__findnew_vdso_compat()
/linux-6.1.9/arch/x86/entry/vdso/
DMakefile135 targets += vdsox32.lds $(vobjx32s-y)
141 $(obj)/vdsox32.so.dbg: $(obj)/vdsox32.lds $(vobjx32s) FORCE
220 clean-files := vdso32.so vdso32.so.dbg vdso64* vdso-image-*.c vdsox32.so*
D.gitignore3 vdsox32.lds
/linux-6.1.9/tools/perf/
D.gitignore9 perf-read-vdsox32
DMakefile.perf360 PROGRAMS += $(OUTPUT)perf-read-vdsox32
786 $(OUTPUT)perf-read-vdsox32: perf-read-vdso.c util/find-map.c
952 $(call QUIET_INSTALL, perf-read-vdsox32) \
953 $(INSTALL) $(OUTPUT)perf-read-vdsox32 '$(DESTDIR_SQ)$(bindir_SQ)';
1096 …$(call QUIET_CLEAN, core-progs) $(RM) $(ALL_PROGRAMS) perf perf-read-vdso32 perf-read-vdsox32 $(OU…