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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
perf tools, x86: Build perf on older user-space as well
Ingo Molnar
4
-0
/
+10
2012-03-14
perf tools: Use scnprintf where applicable
Arnaldo Carvalho de Melo
8
-33
/
+35
2012-03-14
perf tools: Incorrect use of snprintf results in SEGV
Anton Blanchard
1
-0
/
+3
2012-03-13
perf record: Fix buffer overrun bug in tracepoint_id_to_path()
Stephane Eranian
1
-1
/
+1
2012-03-03
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
Arnaldo Carvalho de Melo
4
-15
/
+39
2012-03-03
perf tools: Change perf_guest default back to false
Joerg Roedel
1
-1
/
+1
2012-03-03
perf record: No build id option fails
David Ahern
1
-2
/
+2
2012-03-01
perf probe: Ensure offset provided is not greater than function length withou...
Prashanth Nageshappa
1
-0
/
+6
2012-03-01
perf tools: Ensure comm string is properly terminated
David Ahern
1
-0
/
+1
2012-03-01
perf probe: Ensure offset provided is not greater than function length
Prashanth Nageshappa
1
-1
/
+11
2012-03-01
perf evlist: Return first evsel for non-sample event on old kernel
Namhyung Kim
1
-0
/
+4
2012-02-07
perf evsel: Fix an issue where perf report fails to show the proper percentage
Naveen N. Rao
1
-0
/
+1
2012-02-07
perf tools: Fix prefix matching for kernel maps
Jiri Olsa
1
-1
/
+1
2012-02-07
perf tools: Fix perf stack to non executable on x86_64
Jiri Olsa
1
-0
/
+6
2012-01-31
perf top: Fix number of samples displayed
Stephane Eranian
1
-3
/
+10
2012-01-31
perf tools: Fix strlen() bug in perf_event__synthesize_event_type()
Stephane Eranian
1
-1
/
+1
2012-01-31
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
8
-16
/
+3
2012-01-15
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-84
/
+124
2012-01-11
mm-tracepoint: fix documentation and examples
Konstantin Khlebnikov
1
-17
/
+17
2012-01-08
perf tools: Fix compile error on x86_64 Ubuntu
Namhyung Kim
1
-1
/
+0
2012-01-08
perf report: Fix --stdio output alignment when --showcpuutilization used
Namhyung Kim
1
-16
/
+18
2012-01-08
perf annotate: Get rid of field_sep check
Namhyung Kim
1
-5
/
+0
2012-01-08
perf annotate: Fix usage string
Namhyung Kim
1
-1
/
+1
2012-01-08
perf kmem: Fix a memory leak
Namhyung Kim
1
-0
/
+1
2012-01-08
perf kmem: Add missing closedir() calls
Namhyung Kim
1
-0
/
+2
2012-01-08
perf top: Add error message for EMFILE
Namhyung Kim
1
-0
/
+4
2012-01-08
perf test: Change type of '-v' option to INCR
Namhyung Kim
1
-1
/
+1
2012-01-08
perf script: Add missing closedir() calls
Namhyung Kim
1
-0
/
+4
2012-01-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+3
2012-01-06
perf tools: Add const.h to MANIFEST to make perf-tar-src-pkg work again
Sebastian Andrzej Siewior
1
-0
/
+1
2012-01-06
perf tools: Add support for guest/host-only profiling
Joerg Roedel
2
-2
/
+14
2012-01-06
perf kvm: Do guest-only counting by default
Joerg Roedel
5
-5
/
+26
2012-01-06
perf top: Don't update total_period on process_sample
Arnaldo Carvalho de Melo
1
-1
/
+0
2012-01-06
perf hists: Stop using 'self' for struct hist_entry
Arnaldo Carvalho de Melo
2
-48
/
+48
2012-01-06
perf hists: Rename total_session to total_period
Arnaldo Carvalho de Melo
1
-8
/
+8
2012-01-03
perf kvm: Fix copy & paste error in description
Joerg Roedel
1
-1
/
+1
2012-01-03
perf script: Kill script_spec__delete
Namhyung Kim
1
-12
/
+1
2012-01-03
perf top: Fix a memory leak
Namhyung Kim
1
-1
/
+0
2012-01-03
perf stat: Introduce get_ratio_color() helper
Namhyung Kim
1
-56
/
+35
2012-01-03
perf session: Remove impossible condition check
Namhyung Kim
1
-2
/
+1
2011-12-30
perf tools: Fix feature-bits rework fallout, remove unused variable
Ingo Molnar
1
-3
/
+0
2011-12-23
perf script: Add generic perl handler to process events
Robert Richter
1
-6
/
+67
2011-12-23
perf tools: Use for_each_set_bit() to iterate over feature flags
Robert Richter
3
-93
/
+149
2011-12-23
perf tools: Unify handling of features when writing feature section
Robert Richter
2
-9
/
+12
2011-12-23
perf report: Accept fifos as input file
Robert Richter
19
-33
/
+51
2011-12-23
perf tools: Moving code in some files
Robert Richter
2
-267
/
+264
2011-12-23
perf tools: Fix out-of-bound access to struct perf_session
Robert Richter
2
-2
/
+2
2011-12-23
perf tools: Continue processing header on unknown features
Robert Richter
1
-1
/
+1
2011-12-23
perf tools: Improve macros for struct feature_ops
Robert Richter
1
-18
/
+22
2011-12-23
perf: builtin-record: Document and check that mmap_pages must be a power of two.
Nelson Elhage
4
-1
/
+17
[next]