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: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb
Konstantin Khlebnikov
2017-08-22
1
-1
/
+3
*
perf tools: Add support for printing new mem_info encodings
Andi Kleen
2017-08-22
1
-3
/
+40
*
perf tools: Dedup events in expression parsing
Andi Kleen
2017-08-22
1
-1
/
+14
*
perf tools: Increase maximum number of events in expressions
Andi Kleen
2017-08-22
1
-1
/
+1
*
perf tools: Expression parser enhancements for metrics
Andi Kleen
2017-08-22
1
-6
/
+55
*
perf tools: Add utility function to detect SMT status
Andi Kleen
2017-08-22
3
-0
/
+51
*
perf bpf: Tighten detection of BPF events
Andi Kleen
2017-08-22
1
-4
/
+19
*
perf evsel: Fix buffer overflow while freeing events
Andi Kleen
2017-08-22
3
-38
/
+18
*
perf xyarray: Save max_x, max_y
Andi Kleen
2017-08-22
2
-0
/
+14
*
perf annotate stdio: Support --show-nr-samples option
Taeung Song
2017-08-18
1
-1
/
+5
*
perf tools: Use default CPUINFO_PROC where it fits
Arnaldo Carvalho de Melo
2017-08-17
1
-3
/
+0
*
perf events parse: Rename parse_events_parse arguments
Arnaldo Carvalho de Melo
2017-08-17
3
-96
/
+96
*
perf events parse: Use just one parse events state struct
Arnaldo Carvalho de Melo
2017-08-17
3
-6
/
+3
*
perf events parse: Rename parsing state struct to clearer name
Arnaldo Carvalho de Melo
2017-08-17
3
-30
/
+30
*
perf events parse: Remove some needless local variables
Arnaldo Carvalho de Melo
2017-08-17
1
-13
/
+7
*
perf bpf: Fix endianness problem when loading parameters in prologue
Wang Nan
2017-08-16
1
-2
/
+47
*
perf report: Fix module symbol adjustment for s390x
Thomas Richter
2017-08-11
2
-1
/
+10
*
perf record: Fix wrong size in perf_record_mmap for last kernel module
Thomas Richter
2017-08-11
4
-10
/
+19
*
perf srcline: Do not consider empty files as valid srclines
Milian Wolff
2017-08-11
1
-0
/
+6
*
perf util: Take elf_name as const string in dso__demangle_sym
Milian Wolff
2017-08-11
3
-3
/
+3
*
perf tools: Add missing newline to expr parser error messages
Andi Kleen
2017-08-11
1
-1
/
+1
*
perf stat: Fix saved values rbtree lookup
Andi Kleen
2017-08-11
1
-1
/
+5
*
perf data: Add mmap[2] events to CTF conversion
Geneviève Bastien
2017-07-28
1
-0
/
+35
*
perf data: Add callchain to CTF conversion
Geneviève Bastien
2017-07-28
1
-1
/
+91
*
perf annotate: Fix storing per line sym_hist_entry
Arnaldo Carvalho de Melo
2017-07-28
1
-2
/
+3
*
perf annotate stdio: Set enough columns for --show-total-period
Arnaldo Carvalho de Melo
2017-07-26
1
-3
/
+3
*
perf sort: Use default sort if evlist is empty
David Carrillo-Cisneros
2017-07-26
2
-1
/
+6
*
perf stat: Use group read for event groups
Jiri Olsa
2017-07-26
2
-0
/
+11
*
perf evsel: Add read_counter()
Jiri Olsa
2017-07-26
4
-2
/
+109
*
perf tools: Add perf_evsel__read_size function
Jiri Olsa
2017-07-26
1
-1
/
+28
*
perf annotate stdio: Fix column header when using --show-total-period
Taeung Song
2017-07-25
1
-1
/
+2
*
perf report: Tag branch type/flag on "to" and tag cycles on "from"
Jin Yao
2017-07-25
2
-48
/
+111
*
perf report: Make --branch-history work without callgraphs(-g) option in perf...
Jin Yao
2017-07-25
3
-4
/
+18
*
perf script python: Generate hooks with additional argument
Arun Kalyanasundaram
2017-07-25
1
-4
/
+18
*
perf script python: Add perf_sample dict to tracepoint handlers
Arun Kalyanasundaram
2017-07-25
1
-1
/
+40
*
perf script python: Add sample_read to dict
Arun Kalyanasundaram
2017-07-25
1
-0
/
+51
*
perf script python: Refactor creation of perf sample dict
Arun Kalyanasundaram
2017-07-25
1
-41
/
+53
*
perf script python: Allocate memory only if handler exists
Arun Kalyanasundaram
2017-07-25
1
-16
/
+22
*
perf evsel: Add verbose output for sys_perf_event_open fallback
Jiri Olsa
2017-07-25
1
-0
/
+8
*
perf cgroup: Fix refcount usage
Arnaldo Carvalho de Melo
2017-07-25
1
-3
/
+5
*
perf annotate stdio: Fix --show-total-period
Taeung Song
2017-07-25
1
-1
/
+1
*
perf annotate: Store the sample period in each histogram bucket
Taeung Song
2017-07-21
2
-5
/
+13
*
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
Taeung Song
2017-07-21
2
-9
/
+15
*
perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
Taeung Song
2017-07-21
2
-14
/
+14
*
perf annotate: Introduce struct sym_hist_entry
Taeung Song
2017-07-21
2
-24
/
+30
*
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
2017-07-20
4
-9
/
+10
*
perf report: Show branch type in callchain entry
Jin Yao
2017-07-18
3
-19
/
+50
*
perf report: Show branch type statistics for stdio mode
Jin Yao
2017-07-18
1
-4
/
+1
*
perf util: Create branch.c/.h for common branch functions
Jin Yao
2017-07-18
4
-1
/
+174
*
perf report: Refactor the branch info printing code
Jin Yao
2017-07-18
1
-59
/
+41
[prev]
[next]