index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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
2020-10-13
perf inject: Do not load map/dso when injecting build-id
Namhyung Kim
1
-21
/
+12
2020-10-13
perf inject: Enter namespace when reading build-id
Namhyung Kim
1
-2
/
+6
2020-10-13
perf inject: Add missing callbacks in perf_tool
Namhyung Kim
1
-5
/
+31
2020-10-13
perf bench: Add build-id injection benchmark
Namhyung Kim
1
-5
/
+4
2020-07-08
perf inject jit: Remove //anon mmap events
Steve MacLean
1
-2
/
+2
2020-05-28
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-05
perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
1
-3
/
+2
2020-05-05
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
1
-4
/
+3
2020-05-05
perf auxtrace: Add option to synthesize branch stack for regular events
Adrian Hunter
1
-1
/
+2
2019-12-04
perf inject: Fix processing of ID index for injected instruction tracing
Adrian Hunter
1
-12
/
+1
2019-11-22
perf inject: Cut AUX area samples
Adrian Hunter
1
-0
/
+29
2019-11-06
perf inject: Make --strip keep evsels
Adrian Hunter
1
-54
/
+0
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
1
-2
/
+3
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-01
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-07-30
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-7
/
+7
[next]