index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
perf tools, x86: Build perf on older user-space as well
Ingo Molnar
2
-0
/
+2
2012-03-14
perf tools: Use scnprintf where applicable
Arnaldo Carvalho de Melo
6
-31
/
+33
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
1
-0
/
+1
2012-03-03
perf tools: Change perf_guest default back to false
Joerg Roedel
1
-1
/
+1
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-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
6
-9
/
+1
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-06
perf tools: Add support for guest/host-only profiling
Joerg Roedel
1
-2
/
+12
2012-01-06
perf kvm: Do guest-only counting by default
Joerg Roedel
4
-1
/
+24
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 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
1
-9
/
+5
2011-12-23
perf report: Accept fifos as input file
Robert Richter
1
-2
/
+13
2011-12-23
perf tools: Moving code in some files
Robert Richter
1
-249
/
+246
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
2
-0
/
+13
2011-12-23
perf tools: Fix truncated annotation
Ingo Molnar
1
-1
/
+1
2011-12-23
perf tools: Look up thread names for system wide profiling
David Ahern
1
-22
/
+53
2011-12-23
perf tools: Fix comm for processes with named threads
David Ahern
1
-5
/
+32
2011-12-21
perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLES
Stephane Eranian
1
-0
/
+2
2011-12-20
Merge branch 'perf/core' of git://github.com/acmel/linux into perf/core
Ingo Molnar
7
-18
/
+26
2011-12-20
Merge commit 'v3.2-rc6' into perf/core
Ingo Molnar
1
-1
/
+1
2011-12-20
perf events: Tidy up perf_event__preprocess_sample
Namhyung Kim
1
-6
/
+7
2011-12-20
perf tools: Remove stale git headlines from top comment
Namhyung Kim
2
-2
/
+8
2011-12-20
perf tools: Fix a memory leak on perf_read_values_destroy
Namhyung Kim
1
-0
/
+1
2011-12-20
perf symbols: Fix error path on symbol__init()
Namhyung Kim
1
-2
/
+2
2011-12-20
perf symbols: Get rid of duplicated snprintf()
Namhyung Kim
1
-6
/
+1
2011-12-20
perf evlist: Fix errno value reporting on failed mmap
Nelson Elhage
1
-1
/
+3
2011-12-20
perf evsel: Fix uninitialized memory access to struct perf_sample
Robert Richter
1
-1
/
+1
2011-12-20
perf record: Add ability to record event period
Andrew Vagin
1
-0
/
+3
2011-12-12
perf tools: Add ability to synthesize event according to a sample
Andrew Vagin
3
-0
/
+90
2011-12-08
Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent
Ingo Molnar
1
-1
/
+1
2011-12-06
perf header: Use event_name() to get an event name
Andrew Vagin
1
-1
/
+1
2011-12-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-12
/
+14
2011-12-05
perf: Fix parsing of __print_flags() in TP_printk()
Steven Rostedt
1
-0
/
+2
[next]