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
/
builtin-top.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-28
perf tools: Fixup mmap event consumption
Zhouyi Zhou
1
-4
/
+6
2013-10-28
perf top: Split -G and --call-graph
Jiri Olsa
1
-10
/
+13
2013-10-23
perf tools: Show progress on histogram collapsing
Namhyung Kim
1
-2
/
+2
2013-10-21
perf top: Add --max-stack option to limit callchain stack scan
Waiman Long
1
-2
/
+6
2013-10-21
perf report: Add --max-stack option to limit callchain stack scan
Waiman Long
1
-1
/
+2
2013-10-21
perf tools: Add perf_data_file__open interface to data object
Jiri Olsa
1
-8
/
+1
2013-10-21
perf tools: Add data object to handle perf data file
Jiri Olsa
1
-1
/
+5
2013-10-09
perf symbols: Add new option --ignore-vmlinux for perf top
Willy Tarreau
1
-0
/
+2
2013-10-09
perf tools: Check mmap pages value early
Jiri Olsa
1
-2
/
+3
2013-10-04
tools/perf: Add support for record transaction flags
Andi Kleen
1
-3
/
+2
2013-10-04
tools/perf: Support sorting by in_tx or abort branch flags
Andi Kleen
1
-1
/
+2
2013-08-29
perf tools: Remove references to struct ip_event
Adrian Hunter
1
-5
/
+6
2013-08-12
perf tools: Remove filter parameter of perf_event__preprocess_sample()
Adrian Hunter
1
-2
/
+1
2013-08-12
perf top: Set the machines symbol filter
Adrian Hunter
1
-1
/
+3
2013-08-07
perf annotate: Allow disassembly using /proc/kcore
Adrian Hunter
1
-1
/
+2
2013-08-07
perf top: move CONSOLE_CLEAR to header file
David Ahern
1
-2
/
+0
2013-07-12
perf report/top: Add option to collapse undesired parts of call graph
Greg Price
1
-2
/
+4
2013-07-12
perf top: Add --objdump option
Sukadev Bhattiprolu
1
-0
/
+9
2013-07-08
perf tools: Fix -x/--exclude-other option for report command
Jiri Olsa
1
-2
/
+0
2013-05-28
perf top: Add --percent-limit option
Namhyung Kim
1
-2
/
+15
2013-05-28
perf report: Add --percent-limit option
Namhyung Kim
1
-2
/
+2
2013-05-28
perf hists: Move locking to its call-sites
Namhyung Kim
1
-0
/
+3
2013-05-28
perf top: Get rid of *_threaded() functions
Namhyung Kim
1
-10
/
+13
2013-05-28
perf top: Fix -E option behavior
Namhyung Kim
1
-12
/
+5
2013-05-28
perf top: Use sort__has_sym
Namhyung Kim
1
-9
/
+3
2013-05-28
perf sort: Consolidate sort_entry__setup_elide()
Namhyung Kim
1
-3
/
+1
2013-04-01
perf tools: Add support for weight v7 (modified)
Andi Kleen
1
-2
/
+3
2013-03-15
perf annotate: Pass evsel instead of evidx on annotation functions
Namhyung Kim
1
-1
/
+1
2013-03-15
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
Namhyung Kim
1
-1
/
+1
2013-02-06
perf sort: Make setup_sorting returns an error code
Namhyung Kim
1
-1
/
+2
2013-01-31
perf top: Delete maps on exit
Arnaldo Carvalho de Melo
1
-2
/
+4
2013-01-31
perf top: Stop using exit()
Arnaldo Carvalho de Melo
1
-23
/
+33
2013-01-24
perf tools: Allow passing a list to intlist__new
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-24
perf tools: Move get_term_dimensions from top to util.c
David Ahern
1
-22
/
+0
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
1
-29
/
+5
2013-01-24
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
1
-17
/
+3
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
1
-20
/
+0
2012-12-11
perf top: Use perf_evlist__config()
Arnaldo Carvalho de Melo
1
-139
/
+65
2012-12-10
perf evsel: Introduce method to request IDs be used
Arnaldo Carvalho de Melo
1
-4
/
+2
2012-12-10
perf evsel: Update sample_size when setting sample_type bits
Arnaldo Carvalho de Melo
1
-5
/
+6
2012-12-09
perf top: Add missing newline on pr_err call
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-11-05
perf report: Postpone objdump check until annotation requested
Namhyung Kim
1
-1
/
+2
2012-11-05
perf tools: Introduce struct hist_browser_timer
Namhyung Kim
1
-3
/
+6
2012-10-24
perf tools: Give user better message if precise is not supported
David Ahern
1
-0
/
+4
2012-10-06
perf machine: Carve up event processing specific from perf_tool
Arnaldo Carvalho de Melo
1
-1
/
+2
2012-10-04
perf tools: Removing hists pair argument from output path
Jiri Olsa
1
-1
/
+1
2012-10-04
perf diff: Refactor diff displacement possition info
Jiri Olsa
1
-1
/
+1
[prev]
[next]