mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 13:44:40 +07:00
c03538b1f1
Move the readn()/writen() functions into libperf. Keep those non-namespaced names because they will be shared only between perf and libperf. Again, these are not exported functions. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexey Budankov <alexey.budankov@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Michael Petlan <mpetlan@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20190721112506.12306-61-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
libperf-y += core.o
|
|
libperf-y += cpumap.o
|
|
libperf-y += threadmap.o
|
|
libperf-y += evsel.o
|
|
libperf-y += evlist.o
|
|
libperf-y += zalloc.o
|
|
libperf-y += xyarray.o
|
|
libperf-y += lib.o
|
|
|
|
$(OUTPUT)zalloc.o: ../../lib/zalloc.c FORCE
|
|
$(call rule_mkdir)
|
|
$(call if_changed_dep,cc_o_c)
|