index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
perf data: Explicitly set byte order for integer types
Wang Nan
2016-03-03
1
-0
/
+6
*
|
perf data: Support converting data from bpf_perf_event_output()
Wang Nan
2016-03-03
1
-1
/
+111
*
|
perf tools: Fix locale handling in pmu parsing
Jiri Olsa
2016-03-03
1
-0
/
+13
*
|
perf tools: Fix python extension build
Jiri Olsa
2016-02-29
1
-0
/
+4
*
|
perf tools: Only set filter for tracepoints events
Wang Nan
2016-02-26
1
-0
/
+3
*
|
perf config: Bring perf_default_config to the very beginning at main()
Wang Nan
2016-02-26
3
-5
/
+7
*
|
perf report: Update column width of dynamic entries
Namhyung Kim
2016-02-26
2
-3
/
+16
*
|
perf hists: Fix dynamic entry display in hierarchy
Namhyung Kim
2016-02-26
2
-1
/
+4
*
|
perf report: Fix indentation of dynamic entries in hierarchy
Namhyung Kim
2016-02-26
2
-0
/
+20
*
|
perf hists: Fix comparing of dynamic entries
Namhyung Kim
2016-02-26
1
-0
/
+8
*
|
perf hists browser: Show message for percent limit
Namhyung Kim
2016-02-26
2
-0
/
+3
*
|
perf hists: Add more helper functions for the hierarchy mode
Namhyung Kim
2016-02-26
2
-0
/
+28
*
|
perf script: Exception handling when the print fmt is empty
Taeung Song
2016-02-25
2
-0
/
+6
*
|
perf tools: Fix parsing of pmu events with empty list of modifiers
Arnaldo Carvalho de Melo
2016-02-25
1
-3
/
+3
*
|
perf hists: Support decaying in hierarchy mode
Namhyung Kim
2016-02-24
1
-8
/
+34
*
|
perf ui/stdio: Align column header for hierarchy output
Namhyung Kim
2016-02-24
2
-0
/
+11
*
|
perf ui/stdio: Implement hierarchy output mode
Namhyung Kim
2016-02-24
1
-0
/
+2
*
|
perf hists: Count number of sort keys
Namhyung Kim
2016-02-24
1
-0
/
+1
*
|
perf hists: Resort after filtering hierarchy
Namhyung Kim
2016-02-24
1
-0
/
+54
*
|
perf hists: Support filtering in hierarchy mode
Namhyung Kim
2016-02-24
1
-8
/
+93
*
|
perf hists: Introduce hist_entry__filter()
Namhyung Kim
2016-02-24
3
-0
/
+116
*
|
perf hists: Add helper functions for hierarchy mode
Namhyung Kim
2016-02-24
2
-0
/
+72
*
|
perf hists: Resort hist entries with hierarchy
Namhyung Kim
2016-02-24
1
-3
/
+91
*
|
perf hists: Basic support of hierarchical report view
Namhyung Kim
2016-02-24
3
-2
/
+128
*
|
perf tools: Add helper functions for some sort keys
Namhyung Kim
2016-02-24
2
-0
/
+36
*
|
perf tools: Make binary data printer code in trace_event public available
Wang Nan
2016-02-24
3
-27
/
+105
*
|
perf script: Display data_src values
Jiri Olsa
2016-02-24
2
-0
/
+17
*
|
perf tools: Change perf_mem__lck_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
2
-6
/
+8
*
|
perf tools: Change perf_mem__snp_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
2
-5
/
+6
*
|
perf tools: Change perf_mem__lvl_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
2
-7
/
+8
*
|
perf tools: Change perf_mem__tlb_scnprintf to return nb of displayed bytes
Jiri Olsa
2016-02-24
2
-7
/
+8
*
|
perf tools: Introduce perf_mem__lck_scnprintf function
Jiri Olsa
2016-02-24
3
-12
/
+20
*
|
perf tools: Introduce perf_mem__snp_scnprintf function
Jiri Olsa
2016-02-24
3
-30
/
+36
*
|
perf tools: Introduce perf_mem__lvl_scnprintf function
Jiri Olsa
2016-02-24
3
-49
/
+55
*
|
perf tools: Introduce perf_mem__tlb_scnprintf function
Jiri Olsa
2016-02-24
3
-42
/
+52
*
|
perf mem: Introduce perf_mem_events__name function
Jiri Olsa
2016-02-24
2
-0
/
+6
*
|
perf mem record: Check for memory events support
Jiri Olsa
2016-02-24
2
-3
/
+35
*
|
perf tools: Remove strbuf_{remove,splice}()
Arnaldo Carvalho de Melo
2016-02-23
2
-26
/
+0
*
|
perf tools: Dont stop PMU parsing on alias parse error
Andi Kleen
2016-02-23
1
-7
/
+8
*
|
perf tools: Use ARRAY_SIZE in mem sort display functions
Jiri Olsa
2016-02-23
1
-6
/
+3
*
|
perf mem: Add -e record option
Jiri Olsa
2016-02-23
2
-3
/
+47
*
|
perf tools: Add monitored events array
Jiri Olsa
2016-02-23
3
-0
/
+30
*
|
perf tools: Introduce cl_offset function
Jiri Olsa
2016-02-23
1
-0
/
+6
*
|
perf tools: Make cl_address global
Jiri Olsa
2016-02-23
2
-6
/
+5
*
|
perf tools: Introduce bpf-output event
Wang Nan
2016-02-22
4
-3
/
+16
*
|
perf tools: Apply tracepoint event definition options to BPF script
Wang Nan
2016-02-22
2
-7
/
+52
*
|
perf tools: Enable indices setting syntax for BPF map
Wang Nan
2016-02-22
3
-3
/
+100
*
|
perf tools: Support setting different slots in a BPF map separately
Wang Nan
2016-02-22
4
-9
/
+137
*
|
perf tools: Enable passing event to BPF object
Wang Nan
2016-02-22
6
-13
/
+190
*
|
perf record: Apply config to BPF objects before recording
Wang Nan
2016-02-22
2
-0
/
+199
[prev]
[next]