mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
d8c0f8b4ee
The commit 0fe881f10c
("perf jevents: Autogenerate empty-pmu-events.c")
build will generate two files, add them to .gitignore:
tools/perf/pmu-events/empty-pmu-events.log
tools/perf/pmu-events/test-empty-pmu-events.c
Signed-off-by: Haiyue Wang <haiyuewa@163.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20241106121254.2869-1-haiyuewa@163.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
56 lines
808 B
Plaintext
56 lines
808 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
PERF-CFLAGS
|
|
PERF-GUI-VARS
|
|
PERF-VERSION-FILE
|
|
FEATURE-DUMP
|
|
perf
|
|
!include/perf/
|
|
perf-read-vdso32
|
|
perf-read-vdsox32
|
|
perf-help
|
|
perf-record
|
|
perf-report
|
|
perf-stat
|
|
perf-top
|
|
perf*.1
|
|
perf*.xml
|
|
perf*.html
|
|
common-cmds.h
|
|
perf*.data
|
|
perf*.data.old
|
|
output.svg
|
|
perf-archive
|
|
perf-iostat
|
|
tags
|
|
TAGS
|
|
stats-*.csv
|
|
cscope*
|
|
config.mak
|
|
config.mak.autogen
|
|
*-bison.*
|
|
*-flex.*
|
|
*.pyc
|
|
*.pyo
|
|
*.stdout
|
|
.config-detected
|
|
util/intel-pt-decoder/inat-tables.c
|
|
arch/*/include/generated/
|
|
trace/beauty/generated/
|
|
pmu-events/pmu-events.c
|
|
pmu-events/jevents
|
|
pmu-events/metric_test.log
|
|
pmu-events/empty-pmu-events.log
|
|
pmu-events/test-empty-pmu-events.c
|
|
*.shellcheck_log
|
|
feature/
|
|
libapi/
|
|
libbpf/
|
|
libperf/
|
|
libsubcmd/
|
|
libsymbol/
|
|
libtraceevent/
|
|
libtraceevent_plugins/
|
|
fixdep
|
|
Documentation/doc.dep
|
|
python_ext_build/
|