index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-inject.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-18
perf build: Disable default check for libbabeltrace
Jiri Olsa
3
-8
/
+14
2015-03-18
perf tools: Fix building error for arm64.
Wang Nan
1
-1
/
+1
2015-03-17
perf hists browser: Allow annotating entries in callchains
Arnaldo Carvalho de Melo
3
-14
/
+26
2015-03-17
perf hists: Remove hist_entry->used, not used anymore
Arnaldo Carvalho de Melo
3
-13
/
+1
2015-03-16
perf hists browser: Fix up some branch alignment
Arnaldo Carvalho de Melo
1
-5
/
+6
2015-03-16
perf hists browser: Simplify symbol annotation menu setup
Arnaldo Carvalho de Melo
1
-9
/
+11
2015-03-13
perf data: Add tracepoint events fields CTF conversion support
Sebastian Andrzej Siewior
1
-0
/
+242
2015-03-13
perf kmem: Fix alignment of slab result table
Namhyung Kim
1
-5
/
+5
2015-03-13
perf kmem: Allow -v option
Namhyung Kim
2
-0
/
+6
2015-03-13
perf kmem: Fix segfault when invalid sort key is given
Namhyung Kim
1
-1
/
+2
2015-03-13
perf stat: Always correctly indent ratio column
Andi Kleen
1
-0
/
+4
2015-03-13
perf stat: Fix IPC and other formulas with -A
Andi Kleen
1
-17
/
+19
2015-03-13
perf stat: Output running time and run/enabled ratio in CSV mode
Andi Kleen
1
-23
/
+25
2015-03-12
perf hists browser: Fix UI bug after fold/unfold
He Kuang
1
-0
/
+19
2015-03-12
perf probe: Fix compiles due to declarations using perf_probe_point
David Ahern
1
-4
/
+6
2015-03-12
perf hists browser: Fix UI bug after zoom into thread/dso/symbol
He Kuang
1
-0
/
+1
2015-03-12
perf probe: Fix possible double free on error
He Kuang
1
-1
/
+5
2015-03-12
perf tools: Output feature detection's gcc output to a file
Arnaldo Carvalho de Melo
2
-1
/
+2
2015-03-12
perf build: Fix libbabeltrace detection
Jiri Olsa
1
-0
/
+1
2015-03-12
perf probe: Allow weak symbols to be probed
Namhyung Kim
1
-8
/
+4
2015-03-12
perf symbols: Allow symbol alias when loading map for symbol name
Namhyung Kim
3
-1
/
+4
2015-03-12
Revert "perf probe: Fix to fall back to find probe point in symbols"
Masami Hiramatsu
1
-4
/
+2
2015-03-12
perf probe: Fix --line to handle aliased symbols in glibc
Masami Hiramatsu
1
-2
/
+33
2015-03-12
perf probe: Fix to handle aliased symbols in glibc
Masami Hiramatsu
1
-16
/
+124
2015-03-12
perf ordered_events: Adopt queue() method
Arnaldo Carvalho de Melo
3
-31
/
+35
2015-03-12
perf tools: Remove superfluous thread->comm_set setting
Jiri Olsa
1
-1
/
+0
2015-03-12
perf tools: tool->finished_round() doesn't need perf_session
Arnaldo Carvalho de Melo
4
-14
/
+34
2015-03-12
perf ordered_events: Allow tools to specify a deliver method
Arnaldo Carvalho de Melo
4
-17
/
+37
2015-03-11
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
19
-83
/
+68
2015-03-11
perf ordered_events: Untangle from perf_session
Arnaldo Carvalho de Melo
4
-23
/
+42
2015-03-03
perf sched: No need to keep the session around
Arnaldo Carvalho de Melo
1
-16
/
+8
2015-03-03
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
11
-36
/
+66
2015-03-02
Revert "perf: Remove the extra validity check on nr_pages"
Kan Liang
1
-1
/
+1
2015-03-02
perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature test
Adrian Hunter
1
-1
/
+3
2015-03-02
perf probe: Remove bias offset to find probe point by address
Masami Hiramatsu
1
-4
/
+1
2015-03-02
perf probe: Warn if given uprobe event accesses memory on older kernel
Masami Hiramatsu
1
-0
/
+23
2015-03-02
perf tools: Improve 'libbabel' feature check failure message
Ingo Molnar
1
-1
/
+1
2015-03-02
perf tools: Improve feature test debuggability
Ingo Molnar
1
-8
/
+8
2015-03-02
perf tools: Improve libbfd detection message
Ingo Molnar
1
-1
/
+1
2015-03-02
perf tools: Improve libperl detection message
Ingo Molnar
1
-1
/
+1
2015-03-02
perf tools: Improve Python feature detection messages
Ingo Molnar
1
-6
/
+5
2015-03-02
perf tools: Remove annoying extra message from the features build
Ingo Molnar
1
-2
/
+1
2015-03-02
perf tools: Add PERF-FEATURES to the .gitignore file
Ingo Molnar
1
-0
/
+1
2015-03-02
perf record: Document --group option
Namhyung Kim
1
-0
/
+9
2015-03-02
perf record: Get rid of -l option from Documentation
Namhyung Kim
1
-3
/
+0
2015-03-02
perf tools: Fix build error on ARCH=i386/x86_64/sparc64
Namhyung Kim
1
-22
/
+5
2015-03-02
perf tools: Fix FORK after COMM when synthesizing records for pre-existing th...
Arnaldo Carvalho de Melo
1
-10
/
+24
2015-03-02
perf stat: Report unsupported events properly
Suzuki K. Poulose
1
-1
/
+4
2015-03-02
perf tools: Compare JOBS to 0 after grep
David Ahern
1
-1
/
+1
2015-03-02
perf tools: Only include tsc file for x86
David Ahern
1
-1
/
+1
[next]