index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-02
perf bench syscall: Introduce bench_syscall_common()
Tiezhu Yang
1
-4
/
+25
2023-02-02
perf test: Replace legacy `...` with $(...)
Diederik de Haas
1
-9
/
+9
2023-02-02
perf test: Replace 'grep | wc -l' with 'grep -c'
Diederik de Haas
1
-3
/
+3
2023-02-02
perf stat: Hide invalid uncore event output for aggr mode
Namhyung Kim
1
-5
/
+46
2023-02-02
perf lock contention: Add -S/--callstack-filter option
Namhyung Kim
4
-2
/
+75
2023-02-02
perf script: Add 'cgroup' field for output
Namhyung Kim
2
-2
/
+25
2023-02-02
perf tools docs: Use canonical ftrace path
Ross Zwisler
3
-4
/
+4
2023-02-02
perf arm-spe: Only warn once for each unsupported address packet
Rob Herring
1
-1
/
+5
2023-02-02
perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
Krister Johansen
1
-2
/
+15
2023-02-02
perf probe: Fix usage when libtraceevent is missing
Athira Rajeev
1
-0
/
+9
2023-02-02
perf symbols: Get symbols for .plt.got for x86-64
Adrian Hunter
1
-4
/
+157
2023-02-02
perf symbols: Start adding support for .plt.got for x86
Adrian Hunter
1
-0
/
+29
2023-02-01
perf symbols: Allow for static executables with .plt
Adrian Hunter
2
-10
/
+21
2023-02-01
perf symbols: Allow for .plt without header
Adrian Hunter
1
-1
/
+15
2023-02-01
perf symbols: Add support for IFUNC symbols for x86_64
Adrian Hunter
1
-1
/
+37
2023-02-01
perf symbols: Record whether a symbol is an alias for an IFUNC symbol
Adrian Hunter
2
-0
/
+6
2023-02-01
perf symbols: Sort plt relocations for x86
Adrian Hunter
1
-3
/
+57
2023-02-01
perf symbols: Add support for x86 .plt.sec
Adrian Hunter
1
-7
/
+23
2023-02-01
perf symbols: Correct plt entry sizes for x86
Adrian Hunter
1
-4
/
+13
2023-02-01
perf tests shell: Fix check for libtracevent support
Athira Rajeev
3
-0
/
+17
2023-02-01
perf tests shell: Add check for perf data file in record+probe_libc_inet_pton...
Athira Rajeev
1
-0
/
+5
2023-02-01
perf test: Add pipe mode test to the Intel PT test suite
Namhyung Kim
1
-0
/
+17
2023-02-01
perf session: Avoid calling lseek(2) for pipe
Namhyung Kim
1
-2
/
+7
2023-02-01
perf intel-pt: Do not try to queue auxtrace data on pipe
Namhyung Kim
3
-0
/
+39
2023-02-01
perf inject: Use perf_data__read() for auxtrace
Namhyung Kim
1
-3
/
+3
2023-01-30
perf cs-etm: Update decoder code for OpenCSD version 1.4
Mike Leach
1
-0
/
+3
2023-01-30
perf test: Fix DWARF unwind test by adding non-inline to expected function in...
Naveen N. Rao
1
-2
/
+3
2023-01-27
perf buildid: Avoid copy of uninitialized memory
Ian Rogers
1
-2
/
+2
2023-01-27
perf mem/c2c: Document that SPE is used for mem and c2c on ARM
James Clark
2
-3
/
+12
2023-01-27
perf cs-etm: Improve missing sink warning message
James Clark
1
-3
/
+9
2023-01-23
perf test buildid: Fix shell string substitutions
Athira Rajeev
1
-7
/
+11
2023-01-23
perf: Various spelling fixes
Diederik de Haas
4
-5
/
+5
2023-01-23
perf test: Switch basic bpf filtering test to use syscall tracepoint
Naveen N. Rao
1
-1
/
+1
2023-01-23
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
4
-6
/
+29
2023-01-22
perf cs-etm: Ensure that Coresight timestamps don't go backwards
James Clark
1
-10
/
+19
2023-01-22
perf cs_etm: Set the time field in the synthetic samples
German Gomez
3
-13
/
+120
2023-01-22
perf cs_etm: Record ts_source in AUXTRACE_INFO for ETMv4 and ETE
German Gomez
3
-0
/
+52
2023-01-22
perf cs_etm: Keep separate symbols for ETMv4 and ETE parameters
German Gomez
4
-22
/
+76
2023-01-22
perf pmu: Add function to check if a pmu file exists
German Gomez
2
-0
/
+12
2023-01-22
perf pmu: Remove remaining duplication of bus/event_source/devices/...
James Clark
1
-12
/
+5
2023-01-22
perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()
James Clark
5
-60
/
+27
2023-01-22
perf pmu: Remove duplication around EVENT_SOURCE_DEVICE_PATH
James Clark
5
-85
/
+51
2023-01-22
perf tools: Fix foolproof typo
Ian Rogers
4
-4
/
+4
2023-01-22
perf symbols: Check SHT_RELA and SHT_REL type earlier
Adrian Hunter
1
-27
/
+27
2023-01-22
perf symbols: Combine handling for SHT_RELA and SHT_REL
Adrian Hunter
1
-48
/
+27
2023-01-22
perf symbols: Allow for .plt entries with no symbol
Adrian Hunter
1
-4
/
+10
2023-01-22
perf symbols: Add symbol for .plt header
Adrian Hunter
1
-5
/
+21
2023-01-22
perf symbols: Do not check ss->dynsym twice
Adrian Hunter
1
-3
/
+0
2023-01-22
perf symbols: Slightly simplify 'err' usage in dso__synthesize_plt_symbols()
Adrian Hunter
1
-5
/
+3
2023-01-22
perf symbols: Add dso__find_symbol_nocache()
Adrian Hunter
2
-0
/
+6
[prev]
[next]