Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4cf40131a5cf4918e83b3756e58a1fc9e984f8ef
/
tools
/
perf
/
Makefile
4cf4013
perf record: Introduce a symtab cache
by Arnaldo Carvalho de Melo
· 15 years ago
4a58e61
perf tools: Move the map class definition to a separate header
by Arnaldo Carvalho de Melo
· 15 years ago
06aae590
perf session: Move the event processing routines to session.c
by Arnaldo Carvalho de Melo
· 15 years ago
049ae80
perf tools: Add missing header files to LIB_H Makefile variable
by Arnaldo Carvalho de Melo
· 15 years ago
27f3b24
perf probe: Fix libdwarf include path for Debian
by Masami Hiramatsu
· 15 years ago
a3a7cb7
perf trace/scripting: Don't install unneeded files
by Tom Zanussi
· 15 years ago
86a9eee
perf diff: Introduce tool to show performance difference
by Arnaldo Carvalho de Melo
· 15 years ago
301a0b0
perf session: Ditch register_perf_file_handler
by Arnaldo Carvalho de Melo
· 15 years ago
94c744b
perf tools: Introduce perf_session class
by Arnaldo Carvalho de Melo
· 15 years ago
cc83575
perf tools: Allow cross compiling
by Jamie Iles
· 15 years ago
23ba90e
Merge branch 'perf/scripting' into perf/core
by Ingo Molnar
· 15 years ago
50656ee
perf probe: Move probe event utility functions to probe-event.c
by Masami Hiramatsu
· 15 years ago
57d250d
perf probe: Add probe-finder.h without libdwarf
by Masami Hiramatsu
· 15 years ago
e136323
perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.c
by Tom Zanussi
· 15 years ago
f8be423
perf trace/scripting: Silence PERL_EMBED_* backtick errors
by Tom Zanussi
· 15 years ago
d1b9377
perf trace: Add interface to access perf data from Perl handlers
by Tom Zanussi
· 15 years ago
bcefe12
perf trace: Add perf trace scripting support modules for Perl
by Tom Zanussi
· 15 years ago
16c632d
perf trace: Add Perl scripting support
by Tom Zanussi
· 15 years ago
62daacb
perf tools: Reorganize event processing routines, lotsa dups killed
by Arnaldo Carvalho de Melo
· 15 years ago
e74328d
perf tools: Use common process_event functions for annotate and report
by John Kacur
· 15 years ago
1263d73
Merge branch 'perf/bench' into perf/core
by Ingo Molnar
· 15 years ago
81516c5
perf: Use default compiler mode by default
by Michael S. Tsirkin
· 15 years ago
b197c7e
perf tools: Suggest static libraries as well
by Michael S. Tsirkin
· 15 years ago
7baed9a
perf tools: Add V=2 option to help debug config issues
by Michael S. Tsirkin
· 15 years ago
ba77c9e
perf: Add 'perf kmem' tool
by Li Zefan
· 15 years ago
827f3b4
perf bench: Add memcpy() benchmark
by Hitoshi Mitake
· 15 years ago
11ada26
perf tools: Add ia64 support for tools/perf/
by Luck, Tony
· 15 years ago
7513865
perf tools: Support static build
by Michael S. Tsirkin
· 15 years ago
a7b6342
Merge branch 'perf/core' into perf/probes
by Ingo Molnar
· 15 years ago
c34984b
perf buildid-list: New plumbing command
by Arnaldo Carvalho de Melo
· 15 years ago
0ffa798
Merge branches 'perf/powerpc' and 'perf/bench' into perf/core
by Ingo Molnar
· 15 years ago
5d7bdab
perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGS
by Michael Cree
· 15 years ago
afe61f6
perf tools: Add debugfs utility routines for perf
by Clark Williams
· 15 years ago
bfde82e
perf bench: Add subcommand 'bench' to the Makefile
by Hitoshi Mitake
· 15 years ago
a2e7127
Merge commit 'v2.6.32-rc6' into perf/core
by Ingo Molnar
· 15 years ago
234fbbf
perf tools: Generalize event synthesizing routines
by Arnaldo Carvalho de Melo
· 15 years ago
ec29b8d
perf tools: Remove -Wcast-align
by Paul Mundt
· 15 years ago
8408712
perf tools: Fix compatibility with libelf 0.8 and autodetect
by Marti Raudsepp
· 15 years ago
43315956
Merge branch 'perf/core' into perf/probes
by Ingo Molnar
· 15 years ago
802da5f
perf tools: Drop asm/types.h wrapper
by Frederic Weisbecker
· 15 years ago
60d526f
perf tools: Add 'make DEBUG=1' to remove the -O6 cflag
by Steven Rostedt
· 15 years ago
79b9ad3
perf tools: Add bunch of missing headers to LIB_H
by Arnaldo Carvalho de Melo
· 15 years ago
20639c1
perf tools: Add missing tools/perf/util/include/string.h
by Arnaldo Carvalho de Melo
· 15 years ago
1abc7f5
perf tools: Display better error messages on missing packages
by Randy Dunlap
· 15 years ago
5a116dd
perf tools: Use kernel bitmap library
by Frederic Weisbecker
· 15 years ago
bb3c3e8
Merge commit 'v2.6.32-rc5' into perf/probes
by Ingo Molnar
· 15 years ago
9769833
perf: Add DIE_IF() macro for error checking
by Masami Hiramatsu
· 15 years ago
4c20194
perf: Check libdwarf APIs for perf probe
by Masami Hiramatsu
· 15 years ago
b226f744
Merge branch 'linus' into perf/core
by Ingo Molnar
· 15 years ago
23e8ec0
perf probe: Add perf probe command support without libdwarf
by Masami Hiramatsu
· 15 years ago
4ea42b1
perf: Add perf probe subcommand, a kprobe-event setup helper
by Masami Hiramatsu
· 15 years ago
55621cc
perf tools: Fix the NO_64BIT build on pure 64-bit systems
by Ingo Molnar
· 15 years ago
016e92f
perf tools: Unify perf.data mapping and events handling
by Frederic Weisbecker
· 15 years ago
d9b2002
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
ec218fc
perf tools: Remove show_mask bitmask
by Arnaldo Carvalho de Melo
· 15 years ago
439d473
perf tools: Rewrite and improve support for kernel modules
by Arnaldo Carvalho de Melo
· 15 years ago
1ad0560
perf tools: Run generate-cmdlist.sh properly
by Mulyadi Santosa
· 15 years ago
1b46cdd
perf tools: Use rb_tree for maps
by Arnaldo Carvalho de Melo
· 15 years ago
3d1d07e
perf tools: Put common histogram functions in their own file
by John Kacur
· 15 years ago
dd68ada
perf tools: Create util/sort.and use it
by John Kacur
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
1027498
perf: Add the timechart tool
by Arjan van de Ven
· 15 years ago
f48d55c
perf: Add a SVG helper library file
by Arjan van de Ven
· 15 years ago
0a02ad9
perf: Add 'perf sched' tool
by Ingo Molnar
· 15 years ago
6156244
perf tools: Clean up warnings list in the Makefile
by Ingo Molnar
· 15 years ago
5f9c39d
perf tools: Add perf trace
by Frederic Weisbecker
· 15 years ago
0d31b82
perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flags
by Frederic Weisbecker
· 15 years ago
35ba15b
perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2
by Ingo Molnar
· 15 years ago
83a0944
perf: Enable more compiler warnings
by Ingo Molnar
· 15 years ago
6baa0a5
perf tools: Factorize the thread code in a dedicated file
by Frederic Weisbecker
· 15 years ago
be75023
Merge branch 'perfcounters/urgent' into perfcounters/core
by Ingo Molnar
· 15 years ago
247648e
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available
by Arnaldo Carvalho de Melo
· 15 years ago
66e274f
perf tools: Factorize the map helpers
by Frederic Weisbecker
· 15 years ago
cd84c2a
perf tools: Factorize high level dso helpers
by Frederic Weisbecker
· 15 years ago
8d51327
perf report: Fix and improve the displaying of per-thread event counters
by Brice Goglin
· 15 years ago
183f3b0
perf_counter tools: Fix libbfd detection for systems with libz dependency
by Mike Galbraith
· 15 years ago
9424edc
perf: Auto-detect libelf
by Peter Zijlstra
· 15 years ago
2cdbc46
perf: Auto-detect libbfd
by Peter Zijlstra
· 15 years ago
2d1b694
perf_counter tools: Fix link errors with older toolchains
by Ingo Molnar
· 15 years ago
28ac909
perf symbol: C++ demangling
by Arnaldo Carvalho de Melo
· 15 years ago
208b4b4
perf_counter tools: Add infrastructure to support loading of kernel module symbols
by Mike Galbraith
· 15 years ago
5da5025
perf_counter tools: Share list.h with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
43cbcd8
perf_counter tools: Share rbtree.with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
f37a291
perf_counter tools: Add more warnings and fix/annotate them
by Ingo Molnar
· 15 years ago
6717534
perf_counter tools: Remove zlib dependency
by Anton Blanchard
· 15 years ago
2590340
perf report: Add --dsos parameter
by Arnaldo Carvalho de Melo
· 15 years ago
8cb76d9
perf_counter tools: Prepare a small callchain framework
by Frederic Weisbecker
· 15 years ago
7c6a1c6
perf_counter tools: Rework the file format
by Peter Zijlstra
· 15 years ago
9cffa8d
perf_counter tools: Define and use our own u64, s64 etc. definitions
by Paul Mackerras
· 15 years ago
b8e6d82
perf report: Filter to parent set by default
by Ingo Molnar
· 15 years ago
e24a72c
perf_counter: tools: Makefile tweaks for 64-bit powerpc
by Paul Mackerras
· 15 years ago
ef281a1
perf stat: Enable raw data to be printed
by Ingo Molnar
· 15 years ago
8647093
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
by Ingo Molnar
· 15 years ago
[Renamed from Documentation/perf_counter/Makefile]
8035e42
perf_counter tools: Prepare for 'perf annotate'
by Ingo Molnar
· 15 years ago
86847b6
perf_counter tools: Add 'perf list' to list available events
by Thomas Gleixner
· 15 years ago
136107a
perf_counter tools: Remove -march=native
by Ingo Molnar
· 15 years ago
8fc0321
perf_counter tools: Add color terminal output support
by Ingo Molnar
· 15 years ago
af794b9
perf_counter tools: Build with native optimization
by Ingo Molnar
· 15 years ago
095b3a6
perf_counter tools: Optimize harder
by Ingo Molnar
· 15 years ago
c1079ab
perf_counter tools: Cleanup Makefile
by Mike Galbraith
· 15 years ago
Next »