index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-18
perf tools: Makefile: Remove various and sundry cruft
Michael Witten
1
-203
/
+10
2011-02-18
perf tools: Makefile: Remove tool-specific cruft
Michael Witten
1
-72
/
+1
2011-02-18
perf tools: Makefile: Remove platform-specific cruft
Michael Witten
1
-224
/
+8
2011-02-18
perf tools: Makefile: Remove vestigial git-specific cruft
Michael Witten
1
-61
/
+1
2011-02-16
perf tools: Update Makefile with some help
Jesse Brandeburg
1
-0
/
+30
2011-02-16
perf ui: Serialize screen updates
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-02-16
perf tool: Add cgroup support
Stephane Eranian
1
-0
/
+2
2011-02-07
perf tools: Makefile: Use $(QUIET_GEN) for perf.so
Michael Witten
1
-1
/
+1
2011-02-05
perf annotate: Move annotate functions to util/
Arnaldo Carvalho de Melo
1
-0
/
+2
2011-02-01
perf tools: Don't try to build python bindings if Python.h not available
Arnaldo Carvalho de Melo
1
-3
/
+5
2011-02-01
perf tools: Fix up 'make clean' target
Arnaldo Carvalho de Melo
1
-3
/
+1
2011-02-01
perf tools: Remove verbose build messages for the python binding
Arnaldo Carvalho de Melo
1
-4
/
+8
2011-01-31
perf top: Introduce slang based TUI
Arnaldo Carvalho de Melo
1
-0
/
+4
2011-01-31
perf top: Move display agnostic routines to util/top.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+2
2011-01-30
perf tools: Initial python binding
Arnaldo Carvalho de Melo
1
-1
/
+19
2011-01-28
perf tools: Add strfilter for general purpose string filter
Masami Hiramatsu
1
-0
/
+2
2011-01-24
perf threads: Move thread_map to separate file
Arnaldo Carvalho de Melo
1
-0
/
+2
2011-01-23
perf evsel: Introduce perf_evlist
Arnaldo Carvalho de Melo
1
-0
/
+2
2011-01-23
perf tools: Fix build by checking if extra warnings are supported
Arnaldo Carvalho de Melo
1
-2
/
+7
2011-01-06
perf tools: Build with frame pointer
Frederic Weisbecker
1
-1
/
+1
2011-01-03
perf tools: Introduce event selectors
Arnaldo Carvalho de Melo
1
-0
/
+4
2010-12-07
perf makefile: Allow strong and weak functions in LIB_OBJS
Ian Munsie
1
-1
/
+1
2010-12-01
Merge branch 'perf/rename' into perf/core
Ingo Molnar
1
-1
/
+1
2010-11-26
perf bench: Add feature that measures the performance of the arch/x86/lib/mem...
Hitoshi Mitake
1
-0
/
+11
2010-11-19
perf tools: Remove hardcoded include paths for elfutils
Robert Morell
1
-2
/
+2
2010-11-16
perf: Rename 'perf trace' to 'perf script'
Ingo Molnar
1
-1
/
+1
2010-10-05
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-1
/
+1
2010-10-04
perf tools: Fix build breakage
Kusanagi Kouichi
1
-1
/
+1
2010-08-26
perf tools: Fix linking errors with --as-needed flag
Tom Zanussi
1
-6
/
+15
2010-08-25
Merge branch 'linus' into perf/core
Ingo Molnar
1
-4
/
+10
2010-08-21
perf tools: add test for strlcpy()
Kirill A. Shutemov
1
-0
/
+9
2010-08-18
perf tools: Fix build error on read only source.
Kusanagi Kouichi
1
-4
/
+10
2010-08-17
perf tools: Fix build on POSIX shells
Bernd Petrovitsch
1
-6
/
+10
2010-08-10
perf ui: Complete the breakdown of util/newt.c
Arnaldo Carvalho de Melo
1
-4
/
+3
2010-08-10
perf ui: Move hists browser to util/ui/browsers/
Arnaldo Carvalho de Melo
1
-0
/
+4
2010-08-10
perf ui: Move map browser to util/ui/browsers/
Arnaldo Carvalho de Melo
1
-0
/
+5
2010-08-10
perf ui: Move annotate browser to util/ui/browsers/
Arnaldo Carvalho de Melo
1
-1
/
+6
2010-08-10
perf ui: Move ui_progress routines to separate file in util/ui/
Arnaldo Carvalho de Melo
1
-0
/
+2
2010-08-10
perf ui: Move ui_helpline routines to separate file in util/ui/
Arnaldo Carvalho de Melo
1
-0
/
+2
2010-08-07
perf ui: Start breaking down newt.c into multiple files
Arnaldo Carvalho de Melo
1
-3
/
+7
2010-07-02
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not avail...
Conny Seidel
1
-23
/
+25
2010-06-18
perf scripts perl: Makefile fix
Tom Zanussi
1
-1
/
+1
2010-06-09
perf tools: Reorganize the Makefile feature tests
Arnaldo Carvalho de Melo
1
-53
/
+56
2010-05-18
perf tools: Add mode to build without newt support
Arnaldo Carvalho de Melo
1
-0
/
+4
2010-05-17
perf tui: Add explicit -lslang option
Arnaldo Carvalho de Melo
1
-1
/
+1
2010-05-15
perf newt: Make <- zoom out filters
Arnaldo Carvalho de Melo
1
-0
/
+2
2010-05-12
perf report: Librarize the annotation code and use it in the newt browser
Arnaldo Carvalho de Melo
1
-0
/
+5
2010-05-11
perf symbols: allow forcing use of cplus_demangle
Kyle McMartin
1
-0
/
+3
2010-05-11
perf probe: Check older elfutils and set NO_DWARF
Masami Hiramatsu
1
-2
/
+2
2010-05-02
perf: add perf-inject builtin
Tom Zanussi
1
-0
/
+1
[next]