index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
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-07
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
2011-12-02
perf event: Introduce perf_event__fprintf
Arnaldo Carvalho de Melo
2
-6
/
+54
2011-11-29
perf evlist: Always do automatic allocation of pollfd and mmap structures
Arnaldo Carvalho de Melo
2
-4
/
+2
2011-11-28
perf tools: Save some loops using perf_evlist__id2evsel
Arnaldo Carvalho de Melo
4
-0
/
+62
2011-11-28
perf top: Stop using globals for tool state
Arnaldo Carvalho de Melo
1
-0
/
+16
2011-11-28
perf tools: Rename perf_event_ops to perf_tool
Arnaldo Carvalho de Melo
10
-190
/
+203
2011-11-28
perf tools: Resolve machine earlier and pass it to perf_event_ops
Arnaldo Carvalho de Melo
13
-200
/
+195
2011-11-28
perf tools: Pass tool context in the the perf_event_ops functions
Arnaldo Carvalho de Melo
9
-100
/
+163
2011-11-28
perf session: Remove superfluous callchain_cursor member
Arnaldo Carvalho de Melo
2
-9
/
+8
2011-11-28
perf event: perf_event_ops->attr() manipulates only an evlist
Arnaldo Carvalho de Melo
4
-16
/
+27
2011-11-28
perf evlist: Introduce id_hdr_size method out of perf_session
Arnaldo Carvalho de Melo
3
-28
/
+34
2011-11-28
perf symbols: Add nr_events to symbol_conf
Arnaldo Carvalho de Melo
7
-18
/
+17
2011-11-28
perf ui progress: Fix divide by zero
Arnaldo Carvalho de Melo
1
-0
/
+3
2011-11-28
perf session: Move threads to struct machine
Arnaldo Carvalho de Melo
6
-15
/
+58
2011-11-28
perf evlist: Handle default value for 'pages' on mmap method
Arnaldo Carvalho de Melo
2
-4
/
+11
2011-11-28
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
Arnaldo Carvalho de Melo
2
-0
/
+106
2011-11-28
perf evsel: Introduce config attr method
Arnaldo Carvalho de Melo
4
-0
/
+94
[next]