index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf lock: Document missing options
Sihyeon Jang
2017-11-16
1
-0
/
+4
*
perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-in...
Kim Phillips
2017-11-16
1
-2
/
+3
*
perf c2c: Fix spelling mistakes in browser help text
Kim Phillips
2017-11-16
1
-4
/
+4
*
perf top: Ignore kptr_restrict when not sampling the kernel
Arnaldo Carvalho de Melo
2017-11-16
1
-3
/
+5
*
perf record: Ignore kptr_restrict when not sampling the kernel
Arnaldo Carvalho de Melo
2017-11-16
1
-12
/
+14
*
perf report: Ignore kptr_restrict when not sampling the kernel
Arnaldo Carvalho de Melo
2017-11-16
1
-0
/
+3
*
perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels
Arnaldo Carvalho de Melo
2017-11-16
2
-0
/
+14
*
perf test shell: Fix test case probe libc's inet_pton on s390x
Thomas Richter
2017-11-16
1
-2
/
+5
*
perf test shell: Fix check open filename arg using 'perf trace' on s390x
Thomas Richter
2017-11-16
1
-2
/
+4
*
perf annotate: Do not truncate instruction names at 6 chars
Ravi Bangoria
2017-11-16
1
-9
/
+9
*
perf help: Fix a bug during strstart() conversion
Namhyung Kim
2017-11-16
1
-2
/
+2
*
perf machine: Guard against NULL in machine__exit()
Arnaldo Carvalho de Melo
2017-11-16
1
-0
/
+3
*
perf tests: Set evlist of test__task_exit() to !overwrite
Wang Nan
2017-11-16
1
-1
/
+1
*
perf tests: Set evlist of test__basic_mmap() to !overwrite
Wang Nan
2017-11-16
1
-1
/
+1
*
perf tests: Set evlist of test__sw_clock_freq() to !overwrite
Wang Nan
2017-11-16
1
-1
/
+1
*
perf tests: Set evlist of test__backward_ring_buffer() to !overwrite
Wang Nan
2017-11-16
1
-1
/
+1
*
perf top: Remove a duplicate word
Sihyeon Jang
2017-11-16
1
-1
/
+1
*
perf top: Document missing options
Sihyeon Jang
2017-11-16
1
-0
/
+6
*
perf script: Allow printing period for non freq mode groups
Andi Kleen
2017-11-16
1
-5
/
+0
*
perf tools: Document some missing perf.data headers
Andi Kleen
2017-11-16
1
-0
/
+23
*
perf buildid-cache: Update help text for purge command
Thomas-Mich Richter
2017-11-16
1
-2
/
+2
*
perf vendor events powerpc: Update POWER9 events
Sukadev Bhattiprolu
2017-11-16
7
-248
/
+88
*
perf script: Fix --per-event-dump for auxtrace synth evsels
Arnaldo Carvalho de Melo
2017-11-16
1
-1
/
+30
*
perf tests: Add missing WRITE_ASS for new fields of perf_event_attr
Seonghyun Park
2017-11-16
1
-0
/
+6
*
perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv
Arnaldo Carvalho de Melo
2017-11-16
1
-1
/
+1
*
perf tools: Use shell function for perl cflags retrieval
Jiri Olsa
2017-11-16
1
-1
/
+1
*
perf trace: Fix an exit code of trace__symbols_init
Andrei Vagin
2017-11-16
1
-2
/
+4
*
perf evsel: Enable type checking for perf_evsel_config_term types
Andi Kleen
2017-11-16
2
-3
/
+4
*
perf record: Fix -c/-F options for cpu event aliases
Andi Kleen
2017-11-16
5
-4
/
+19
*
tools headers: Synchronize kernel ABI headers wrt SPDX tags
Arnaldo Carvalho de Melo
2017-11-16
2
-0
/
+2
*
perf annotate: Align source and offset lines
Jiri Olsa
2017-11-16
1
-10
/
+24
*
perf annotate browser: Add disasm_line__write function
Jiri Olsa
2017-11-16
1
-45
/
+53
*
perf annotate browser: Use struct annotation_line in browser top
Jiri Olsa
2017-11-16
1
-13
/
+13
*
perf annotate browser: Use struct annotation_line in find functions
Jiri Olsa
2017-11-16
1
-20
/
+20
*
perf annotate browser: Use struct annotation_line in browser_line
Jiri Olsa
2017-11-16
1
-32
/
+28
*
perf annotate browser: Change offsets to struct annotation_line
Jiri Olsa
2017-11-16
1
-20
/
+29
*
perf annotate browser: Change selection to struct annotation_line
Jiri Olsa
2017-11-16
1
-29
/
+34
*
perf annotate browser: Rename disasm_line__browser to browser_line
Jiri Olsa
2017-11-16
1
-8
/
+8
*
perf annotate browser: Rename struct browser_disasm_line to browser_line
Jiri Olsa
2017-11-16
1
-13
/
+13
*
perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert
Jiri Olsa
2017-11-16
1
-9
/
+6
*
perf annotate browser: Use samples data from struct annotation_line
Jiri Olsa
2017-11-16
1
-37
/
+20
*
perf annotate: Factor annotation_line__print from disasm_line__print
Jiri Olsa
2017-11-16
1
-36
/
+33
*
perf annotate: Add annotation_line__print function
Jiri Olsa
2017-11-16
1
-6
/
+22
*
perf annotate: Remove struct source_line
Jiri Olsa
2017-11-16
1
-14
/
+0
*
perf annotate: Remove disasm__calc_percent function
Jiri Olsa
2017-11-16
2
-46
/
+0
*
perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_perc...
Jiri Olsa
2017-11-16
1
-13
/
+6
*
perf annotate: Remove disasm__calc_percent() from disasm_line__print()
Jiri Olsa
2017-11-16
2
-44
/
+18
*
perf annotate: Add symbol__calc_lines function
Jiri Olsa
2017-11-16
2
-120
/
+68
*
perf annotate: Add symbol__calc_percent function
Jiri Olsa
2017-11-16
2
-1
/
+62
*
perf annotate: Add samples into struct annotation_line
Jiri Olsa
2017-11-13
2
-5
/
+20
[next]