index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-13
perf tools: Check if /dev/null can be used as the -o gcc argument
Arnaldo Carvalho de Melo
1
-11
/
+22
2010-01-13
perf tools: Move QUIET_STDERR def to before first use
Arnaldo Carvalho de Melo
1
-5
/
+6
2009-12-28
perf tools: Add missing header files to LIB_H Makefile variable
Arnaldo Carvalho de Melo
1
-0
/
+8
2009-12-17
perf probe: Fix libdwarf include path for Debian
Masami Hiramatsu
1
-1
/
+2
2009-12-15
perf trace/scripting: Don't install unneeded files
Tom Zanussi
1
-2
/
+0
2009-12-15
perf diff: Introduce tool to show performance difference
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-12-14
perf session: Ditch register_perf_file_handler
Arnaldo Carvalho de Melo
1
-1
/
+0
2009-12-12
perf tools: Introduce perf_session class
Arnaldo Carvalho de Melo
1
-0
/
+3
2009-12-11
perf tools: Allow cross compiling
Jamie Iles
1
-2
/
+4
2009-12-03
Merge branch 'perf/scripting' into perf/core
Ingo Molnar
1
-1
/
+25
2009-12-01
perf probe: Move probe event utility functions to probe-event.c
Masami Hiramatsu
1
-0
/
+2
2009-12-01
perf probe: Add probe-finder.h without libdwarf
Masami Hiramatsu
1
-1
/
+1
2009-11-30
perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.c
Tom Zanussi
1
-1
/
+1
2009-11-30
perf trace/scripting: Silence PERL_EMBED_* backtick errors
Tom Zanussi
1
-2
/
+2
2009-11-28
perf trace: Add interface to access perf data from Perl handlers
Tom Zanussi
1
-1
/
+5
2009-11-28
perf trace: Add perf trace scripting support modules for Perl
Tom Zanussi
1
-0
/
+7
2009-11-28
perf trace: Add Perl scripting support
Tom Zanussi
1
-0
/
+13
2009-11-27
perf tools: Reorganize event processing routines, lotsa dups killed
Arnaldo Carvalho de Melo
1
-2
/
+0
2009-11-24
perf tools: Use common process_event functions for annotate and report
John Kacur
1
-0
/
+2
2009-11-24
Merge branch 'perf/bench' into perf/core
Ingo Molnar
1
-0
/
+1
2009-11-23
perf: Use default compiler mode by default
Michael S. Tsirkin
1
-17
/
+3
2009-11-22
perf tools: Suggest static libraries as well
Michael S. Tsirkin
1
-2
/
+2
2009-11-22
perf tools: Add V=2 option to help debug config issues
Michael S. Tsirkin
1
-9
/
+15
2009-11-20
perf: Add 'perf kmem' tool
Li Zefan
1
-0
/
+1
2009-11-19
perf bench: Add memcpy() benchmark
Hitoshi Mitake
1
-0
/
+1
2009-11-19
perf tools: Add ia64 support for tools/perf/
Luck, Tony
1
-3
/
+5
2009-11-17
perf tools: Support static build
Michael S. Tsirkin
1
-9
/
+11
2009-11-17
Merge branch 'perf/core' into perf/probes
Ingo Molnar
1
-5
/
+22
2009-11-16
perf buildid-list: New plumbing command
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-11-15
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
Ingo Molnar
1
-0
/
+7
2009-11-11
perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGS
Michael Cree
1
-1
/
+4
2009-11-08
perf tools: Add debugfs utility routines for perf
Clark Williams
1
-0
/
+2
2009-11-08
perf bench: Add subcommand 'bench' to the Makefile
Hitoshi Mitake
1
-0
/
+7
2009-11-04
Merge commit 'v2.6.32-rc6' into perf/core
Ingo Molnar
1
-8
/
+7
2009-10-27
perf tools: Generalize event synthesizing routines
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-10-26
perf tools: Remove -Wcast-align
Paul Mundt
1
-2
/
+1
2009-10-25
perf tools: Fix compatibility with libelf 0.8 and autodetect
Marti Raudsepp
1
-1
/
+5
2009-10-23
Merge branch 'perf/core' into perf/probes
Ingo Molnar
1
-4
/
+54
2009-10-23
perf tools: Drop asm/types.h wrapper
Frederic Weisbecker
1
-1
/
+0
2009-10-21
perf tools: Add 'make DEBUG=1' to remove the -O6 cflag
Steven Rostedt
1
-1
/
+8
2009-10-20
perf tools: Add bunch of missing headers to LIB_H
Arnaldo Carvalho de Melo
1
-0
/
+17
2009-10-20
perf tools: Add missing tools/perf/util/include/string.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2009-10-19
perf tools: Display better error messages on missing packages
Randy Dunlap
1
-1
/
+5
2009-10-19
perf tools: Use kernel bitmap library
Frederic Weisbecker
1
-0
/
+16
2009-10-17
Merge commit 'v2.6.32-rc5' into perf/probes
Ingo Molnar
1
-8
/
+15
2009-10-17
perf: Add DIE_IF() macro for error checking
Masami Hiramatsu
1
-0
/
+1
2009-10-17
perf: Check libdwarf APIs for perf probe
Masami Hiramatsu
1
-2
/
+2
2009-10-15
Merge branch 'linus' into perf/core
Ingo Molnar
1
-7
/
+14
2009-10-12
perf probe: Add perf probe command support without libdwarf
Masami Hiramatsu
1
-3
/
+3
2009-10-12
perf: Add perf probe subcommand, a kprobe-event setup helper
Masami Hiramatsu
1
-0
/
+10
[next]