index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-inject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-09
perf record: Lazy load kernel symbols
Ian Rogers
1
-0
/
+6
2023-06-13
perf inject: Lazily allocate guest_event event_buf
Ian Rogers
1
-3
/
+12
2023-06-13
perf inject: Lazily allocate event_copy
Ian Rogers
1
-3
/
+13
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-0
/
+2
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-1
/
+1
2023-04-18
perf dso: Add dso__filename_with_chroot() to reduce number of accesses to dso...
Arnaldo Carvalho de Melo
1
-3
/
+1
2023-04-12
perf inject: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-3
/
+3
2023-04-07
perf map: Add accessors for ->prot, ->priv and ->flags
Ian Rogers
1
-1
/
+1
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-3
/
+5
2023-02-23
perf inject: Fix --buildid-all not to eat up MMAP2
Namhyung Kim
1
-0
/
+1
2023-02-02
perf inject: Use perf_data__read() for auxtrace
Namhyung Kim
1
-3
/
+3
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-0
/
+8
2022-10-04
perf dso: Hold lock when accessing nsinfo
Ian Rogers
1
-0
/
+4
2022-10-04
perf inject: Add a command line option to specify build ids.
Raul Silvera
1
-0
/
+85
2022-07-26
perf inject: Fix spelling mistake "theads" -> "threads"
Colin Ian King
1
-1
/
+1
2022-07-20
perf inject: Add support for injecting guest sideband events
Adrian Hunter
1
-1
/
+1042
2022-07-18
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-06-26
perf inject: Adjust output data offset for backward compatibility
Raul Silvera
1
-1
/
+1
2022-06-26
perf inject: Fix missing free in copy_kcore_dir()
Adrian Hunter
1
-1
/
+3
2022-06-24
perf header: Record non-CPU PMU capabilities
Ravi Bangoria
1
-1
/
+1
2022-06-23
perf record: Add finished init event
Adrian Hunter
1
-0
/
+1
2022-05-23
perf inject: Keep a copy of kcore_dir
Adrian Hunter
1
-3
/
+30
2022-05-23
perf inject: Keep some features sections from input file
Adrian Hunter
1
-1
/
+128
2022-02-11
perf namespaces: Add functions to access nsinfo
Ian Rogers
1
-1
/
+1
2022-02-10
perf report: Output data file name in raw trace dump
Alexey Bayduraev
1
-1
/
+2
2022-02-10
perf inject: Try chroot directory when reading build-id
Namhyung Kim
1
-0
/
+10
2022-01-22
perf tools: Remove redundant err variable
Minghao Chi
1
-4
/
+1
2021-12-18
perf inject: Fix segfault due to perf_data__fd() without open
Adrian Hunter
1
-3
/
+7
2021-12-18
perf inject: Fix segfault due to close without open
Adrian Hunter
1
-1
/
+2
2021-12-07
perf inject: Fix itrace space allowed for new attributes
Adrian Hunter
1
-1
/
+1
2021-11-07
perf inject: Add vmlinux and ignore-vmlinux arguments
James Clark
1
-0
/
+7
2021-10-20
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
1
-1
/
+3
2021-08-02
perf inject: Fix output from a file to a pipe
Namhyung Kim
1
-2
/
+26
2021-08-02
perf inject: Fix output from a pipe to a file
Namhyung Kim
1
-5
/
+10
2021-08-02
perf tools: Pass a fd to perf_file_header__read_pipe()
Namhyung Kim
1
-1
/
+2
2021-08-02
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
1
-1
/
+1
2021-07-15
perf inject: Close inject.output on exit
Riccardo Mancini
1
-2
/
+6
2021-07-15
perf inject: Fix dso->nsinfo refcounting
Riccardo Mancini
1
-2
/
+3
2021-05-26
perf inject: Do not inject BUILD_ID record if MMAP2 has it
Namhyung Kim
1
-0
/
+24
2021-05-26
perf inject: Call dso__put() even if dso->hit is set
Namhyung Kim
1
-2
/
+2
2021-05-12
perf inject: Add --vm-time-correlation option
Adrian Hunter
1
-0
/
+44
2021-05-12
perf inject: Add facility to do in place update
Adrian Hunter
1
-4
/
+22
2021-04-05
perf inject: Fix repipe usage
Adrian Hunter
1
-1
/
+1
2021-02-03
perf inject jit: Add namespaces support
Yonatan Goldschmidt
1
-2
/
+2
2020-11-30
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-11
/
+1
2020-11-16
perf inject: Fix file corruption due to event deletion
Al Grant
1
-11
/
+1
2020-11-16
perf data: Allow to use stdio functions for pipe mode
Namhyung Kim
1
-0
/
+2
2020-10-14
perf tools: Pass build_id object to filename__read_build_id()
Jiri Olsa
1
-3
/
+1
2020-10-14
perf tools: Use build_id object in dso
Jiri Olsa
1
-2
/
+2
2020-10-13
perf inject: Add --buildid-all option
Namhyung Kim
1
-5
/
+108
[next]