Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2f30b1f9e1b612cdd1a17daeecf514229e8d6a5f
/
tools
/
perf
/
Makefile
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
a0055ae
perf_counter tools: Use hex2u64 in more places
by Arnaldo Carvalho de Melo
· 15 years ago
c1c2365
perf_counter tools: Generate per command manpages (and pdf/html, etc.)
by Ingo Molnar
· 15 years ago
7fbd554
perf_counter tools: Fix 'make install'
by Ingo Molnar
· 15 years ago
a2928c4
perf_counter tools: Move symbol resolution classes from report to libperf
by Arnaldo Carvalho de Melo
· 15 years ago
a930d2c
perf_counter tools: Add built-in pager support
by Ingo Molnar
· 15 years ago
16f762a
perf_counter tools: Introduce stricter C code checking
by Ingo Molnar
· 15 years ago
f17e04a
perf report: Fix ELF symbol parsing
by Peter Zijlstra
· 15 years ago
35a50c8
perf_counter: Use rb_trees in perf report
by Arnaldo Carvalho de Melo
· 15 years ago
62eb939
perf_counter: Implement dso__load using libelf
by Arnaldo Carvalho de Melo
· 15 years ago
8fa66bd
perf_counter: First part of 'perf report' conversion to C + elfutils
by Arnaldo Carvalho de Melo
· 15 years ago
8ad8db3
perf_counter tools: Librarize event string parsing
by Ingo Molnar
· 15 years ago
6eda583
perfcounter tools: move common defines ... to local header file
by Thomas Gleixner
· 16 years ago
aac3f3c
perf_counter tools: add perf-report to the Makefile
by Ingo Molnar
· 16 years ago
148be2c
perf_counter tools: move helper library to util/*
by Ingo Molnar
· 16 years ago
125e702
perf_counter tools: fix 'make install'
by Ingo Molnar
· 16 years ago
e33e0a4
perf_counter tools: add 'perf record' command
by Ingo Molnar
· 16 years ago
ddcacfa
perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'
by Ingo Molnar
· 16 years ago
6f06ccb
perf_counter tools: clean up after introduction of the Git command framework
by Ingo Molnar
· 16 years ago
0780060
perf_counter tools: add in basic glue from Git
by Ingo Molnar
· 16 years ago
d24e473
perf_counter: copy in Git's top Makefile
by Ingo Molnar
· 16 years ago
de9ac07
perf_counter: some simple userspace profiling
by Peter Zijlstra
· 16 years ago
cbe4655
perf_counter tools: remove glib dependency and fix bugs in kerneltop.c
by Paul Mackerras
· 16 years ago
383c5f8
perf_counter tools: tidy up in-kernel dependencies
by Ingo Molnar
· 16 years ago
e0143ba
perf_counter: add sample user-space to Documentation/perf_counter/
by Ingo Molnar
· 16 years ago