index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
x86
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Do not pass NULL to parse_events()
Adrian Hunter
2022-08-10
1
-1
/
+1
*
perf test: Remove x86 rdpmc test
Ian Rogers
2022-08-01
3
-185
/
+0
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-03-22
3
-0
/
+3533
|
\
|
*
perf/tests: Add AVX512-FP16 instructions to x86 instruction decoder test
Adrian Hunter
2022-01-23
3
-0
/
+3426
|
*
perf/tests: Add misc instructions to the x86 instruction decoder test
Adrian Hunter
2022-01-23
3
-0
/
+50
|
*
perf/tests: Add AMX instructions to x86 instruction decoder test
Adrian Hunter
2022-01-23
2
-0
/
+57
*
|
perf intel-pt: pkt-decoder: Add MODE.Exec IFLAG bit
Adrian Hunter
2022-02-15
1
-2
/
+5
*
|
perf intel-pt: pkt-decoder: Add CFE and EVD packets
Adrian Hunter
2022-02-15
1
-0
/
+8
*
|
perf intel-pt: pkt-decoder-test: Fix scope of test_data
Adrian Hunter
2022-02-15
1
-1
/
+1
|
/
*
perf test: Rename struct test to test_suite
Ian Rogers
2021-11-13
7
-7
/
+7
*
perf test: Move each test suite struct to its test
Ian Rogers
2021-11-13
1
-6
/
+6
*
perf test: Make each test/suite its own struct.
Ian Rogers
2021-11-13
1
-29
/
+18
*
perf tests: Consolidate test__arch_unwind_sample declaration
Rob Herring
2021-05-21
1
-1
/
+0
*
Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-05-01
1
-1
/
+1
|
\
|
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
|
tools/perf: Convert to insn_decode()
Borislav Petkov
2021-03-15
1
-5
/
+4
|
/
*
perf tests x86: Move insn.h include to make sure it finds stddef.h
Arnaldo Carvalho de Melo
2021-03-06
1
-1
/
+1
*
perf test: Support the ins_lat check in the X86 specific test
Kan Liang
2021-03-06
3
-0
/
+126
*
perf intel-pt: Retain the last PIP packet payload as is
Adrian Hunter
2021-02-18
1
-2
/
+2
*
perf intel_pt: Add vmlaunch and vmresume as branches
Adrian Hunter
2021-02-18
1
-0
/
+1
*
perf evlist: Use the right prefix for alternative 'struct evlist' constructors
Arnaldo Carvalho de Melo
2020-11-30
1
-1
/
+1
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-11-30
1
-0
/
+7
|
\
|
*
perf test: Avoid an msan warning in a copied stack.
Ian Rogers
2020-11-16
1
-0
/
+7
*
|
perf tests tsc: Make tsc testing as a common testing
Leo Yan
2020-11-04
3
-178
/
+0
|
/
*
perf test: Initialize memory in dwarf-unwind
Ian Rogers
2020-06-01
1
-0
/
+8
*
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
Arnaldo Carvalho de Melo
2020-05-05
1
-4
/
+2
*
perf/tests: Add CET instructions to the new instructions test
Adrian Hunter
2020-03-26
3
-0
/
+544
*
perf bench: Update the copies of x86's mem{cpy,set}_64.S
Arnaldo Carvalho de Melo
2019-12-02
1
-4
/
+4
*
perf maps: Rename map_groups.h to maps.h
Arnaldo Carvalho de Melo
2019-11-26
1
-1
/
+1
*
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
2019-11-26
1
-1
/
+1
*
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-26
1
-1
/
+1
*
x86/insn: perf tools: Add some more instructions to the new instructions test
Adrian Hunter
2019-11-26
3
-0
/
+1505
*
x86/insn: perf tools: Add some instructions to the new instructions test
Adrian Hunter
2019-11-18
3
-0
/
+223
*
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+2
*
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
2
-1
/
+2
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
2
-3
/
+3
*
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Add perf_mmap struct
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+0
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
2
-2
/
+1
*
perf intel-pt: Use shared x86 insn decoder
Josh Poimboeuf
2019-08-31
1
-1
/
+1
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
3
-0
/
+4
*
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
[next]