Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
4b382d0643603819e8b48da58efc254cabc22574
/
tools
/
perf
/
Makefile
932fed4
Merge commit 'v2.6.39-rc7' into perf/core
by Ingo Molnar
· 14 years ago
174a7b1
perf tools: Makefile: Use gcc to determine ARCH
by Lin Ming
· 14 years ago
f18568a
perf tools: git mv tools/perf/{features-tests.mak,config/}
by Michael Witten
· 14 years ago
ced465c
perf tools: Makefile: PYTHON{,_CONFIG} to bandage Python 3 incompatibility
by Michael Witten
· 14 years ago
3643b13
perf tools: Makefile: Clean up `python/perf.so' rule
by Michael Witten
· 14 years ago
1b7155f
perf tools: Fix NO_NEWT=1 python build error
by Robert Richter
· 14 years ago
43adec9
perf evlist: New command to list the names of events present in a perf.data file
by Arnaldo Carvalho de Melo
· 14 years ago
a3d1ee1
perf tools: Makefile: Remove various and sundry cruft
by Michael Witten
· 14 years ago
0a54fb6
perf tools: Makefile: Remove tool-specific cruft
by Michael Witten
· 14 years ago
8796cb9
perf tools: Makefile: Remove platform-specific cruft
by Michael Witten
· 14 years ago
006cdc3
perf tools: Makefile: Remove vestigial git-specific cruft
by Michael Witten
· 14 years ago
4187e26
perf tools: Update Makefile with some help
by Jesse Brandeburg
· 14 years ago
5c35d69
perf ui: Serialize screen updates
by Arnaldo Carvalho de Melo
· 14 years ago
023695d
perf tool: Add cgroup support
by Stephane Eranian
· 14 years ago
9c56dfe
perf tools: Makefile: Use $(QUIET_GEN) for perf.so
by Michael Witten
· 14 years ago
78f7def
perf annotate: Move annotate functions to util/
by Arnaldo Carvalho de Melo
· 14 years ago
978f626
perf tools: Don't try to build python bindings if Python.h not available
by Arnaldo Carvalho de Melo
· 14 years ago
568bb7b
perf tools: Fix up 'make clean' target
by Arnaldo Carvalho de Melo
· 14 years ago
067187f
perf tools: Remove verbose build messages for the python binding
by Arnaldo Carvalho de Melo
· 14 years ago
c0443df
perf top: Introduce slang based TUI
by Arnaldo Carvalho de Melo
· 14 years ago
8c3e10e
perf top: Move display agnostic routines to util/top.[ch]
by Arnaldo Carvalho de Melo
· 14 years ago
877108e
perf tools: Initial python binding
by Arnaldo Carvalho de Melo
· 14 years ago
68baa43
perf tools: Add strfilter for general purpose string filter
by Masami Hiramatsu
· 14 years ago
fd78260
perf threads: Move thread_map to separate file
by Arnaldo Carvalho de Melo
· 14 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
065bef5
perf tools: Fix build by checking if extra warnings are supported
by Arnaldo Carvalho de Melo
· 14 years ago
6b01f2c
perf tools: Build with frame pointer
by Frederic Weisbecker
· 14 years ago
69aad6f
perf tools: Introduce event selectors
by Arnaldo Carvalho de Melo
· 14 years ago
b38aa89
perf makefile: Allow strong and weak functions in LIB_OBJS
by Ian Munsie
· 14 years ago
b3d006c
Merge branch 'perf/rename' into perf/core
by Ingo Molnar
· 14 years ago
ea7872b
perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem'
by Hitoshi Mitake
· 14 years ago
a711239
perf tools: Remove hardcoded include paths for elfutils
by Robert Morell
· 14 years ago
133dc4c
perf: Rename 'perf trace' to 'perf script'
by Ingo Molnar
· 14 years ago
00e8976
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
39cfae6
perf tools: Fix build breakage
by Kusanagi Kouichi
· 14 years ago
f2481f3
perf tools: Fix linking errors with --as-needed flag
by Tom Zanussi
· 14 years ago
7de5d89
Merge branch 'linus' into perf/core
by Ingo Molnar
· 14 years ago
f4e7ac0
perf tools: add test for strlcpy()
by Kirill A. Shutemov
· 14 years ago
ecafda6
perf tools: Fix build error on read only source.
by Kusanagi Kouichi
· 14 years ago
033a273
perf tools: Fix build on POSIX shells
by Bernd Petrovitsch
· 14 years ago
1e6dd07
perf ui: Complete the breakdown of util/newt.c
by Arnaldo Carvalho de Melo
· 14 years ago
d1b4f24
perf ui: Move hists browser to util/ui/browsers/
by Arnaldo Carvalho de Melo
· 14 years ago
b1b0267
perf ui: Move map browser to util/ui/browsers/
by Arnaldo Carvalho de Melo
· 14 years ago
211ef12
perf ui: Move annotate browser to util/ui/browsers/
by Arnaldo Carvalho de Melo
· 14 years ago
34cea7f
perf ui: Move ui_progress routines to separate file in util/ui/
by Arnaldo Carvalho de Melo
· 14 years ago
5575536
perf ui: Move ui_helpline routines to separate file in util/ui/
by Arnaldo Carvalho de Melo
· 14 years ago
ef8f34a
perf ui: Start breaking down newt.c into multiple files
by Arnaldo Carvalho de Melo
· 14 years ago
167a58f
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available
by Conny Seidel
· 14 years ago
bfde744
perf scripts perl: Makefile fix
by Tom Zanussi
· 14 years ago
f9af3a4
perf tools: Reorganize the Makefile feature tests
by Arnaldo Carvalho de Melo
· 14 years ago
94f3ca9
perf tools: Add mode to build without newt support
by Arnaldo Carvalho de Melo
· 14 years ago
63aa9e7
perf tui: Add explicit -lslang option
by Arnaldo Carvalho de Melo
· 14 years ago
3e1bbdc3
perf newt: Make <- zoom out filters
by Arnaldo Carvalho de Melo
· 14 years ago
ef7b93a
perf report: Librarize the annotation code and use it in the newt browser
by Arnaldo Carvalho de Melo
· 15 years ago
d11c7ad
perf symbols: allow forcing use of cplus_demangle
by Kyle McMartin
· 15 years ago
6b3c4ef
perf probe: Check older elfutils and set NO_DWARF
by Masami Hiramatsu
· 15 years ago
454c407
perf: add perf-inject builtin
by Tom Zanussi
· 15 years ago
fb72014
perf tools: Don't use code surrounded by __KERNEL__
by Arnaldo Carvalho de Melo
· 15 years ago
1c6a800
perf test: Initial regression testing command
by Arnaldo Carvalho de Melo
· 15 years ago
18acde5
perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directory
by Arnaldo Carvalho de Melo
· 15 years ago
f93830f
perf tools: Fix libdw-dev package name in error message
by Stefan Hajnoczi
· 15 years ago
cd932c5
perf: Move arch specific code into separate arch directory
by Ian Munsie
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
53e5b5c
perf tools: Fix perl support installation when O= is used
by Arnaldo Carvalho de Melo
· 15 years ago
22a4e4c
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
e206d55
perf tools: Move the prototypes in util/string.h to util.h
by Arnaldo Carvalho de Melo
· 15 years ago
b0f86f5
perf, probe-finder: Build fix on Debian
by Borislav Petkov
· 15 years ago
c29ede6
perf tools: Allow specifying O= to build files in a separate directory
by Arnaldo Carvalho de Melo
· 15 years ago
8b2c551
perf tools: Use -o $(BITBUCKET) in one more case
by Arnaldo Carvalho de Melo
· 15 years ago
ca721e4
perf probe: Add NO_DWARF make option
by Masami Hiramatsu
· 15 years ago
4b4da7f
perf probe: Cleanup debuginfo related code
by Masami Hiramatsu
· 15 years ago
f9224c5
perf report: Implement initial UI using newt
by Arnaldo Carvalho de Melo
· 15 years ago
7ae5f213
perf: Make the install relative to DESTDIR if specified
by John Kacur
· 15 years ago
a12b51c
perf tools: Fix sparse CPU numbering related bugs
by Paul Mackerras
· 15 years ago
804b360
perf probe: Use elfutils-libdw for analyzing debuginfo
by Masami Hiramatsu
· 15 years ago
4d161f0
perf/scripts: Add syscall tracing scripts
by Tom Zanussi
· 15 years ago
7e4b21b
perf/scripts: Add Python scripting engine
by Tom Zanussi
· 15 years ago
82d156c
perf/scripts: Move Perl scripting files to scripting-engines dir
by Tom Zanussi
· 15 years ago
7b2567c
perf build-id: Move the routine to find DSOs with hits to the lib
by Arnaldo Carvalho de Melo
· 15 years ago
9b5e350
perf lock: Introduce new tool "perf lock", for analyzing lock statistics
by Hitoshi Mitake
· 15 years ago
18e97e0
perf: Add util/include/linuxhash.h to include hash.h of kernel
by Hitoshi Mitake
· 15 years ago
ef12a14
perf buildid-cache: Add new command to manage build-id cache
by Arnaldo Carvalho de Melo
· 15 years ago
d5526d8
perf archive: Fix installation steps in the Makefile
by Arnaldo Carvalho de Melo
· 15 years ago
2c58517
perf archive: Add helper script to package files needed to do analysis
by Arnaldo Carvalho de Melo
· 15 years ago
61405fe
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
1703f2c
perf tools: Check if /dev/null can be used as the -o gcc argument
by Arnaldo Carvalho de Melo
· 15 years ago
8303951
perf tools: Move QUIET_STDERR def to before first use
by Arnaldo Carvalho de Melo
· 15 years ago
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
06aae59
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
Next »