index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf hists: Introduce hists__scnprint_title()
Arnaldo Carvalho de Melo
2018-04-03
2
-4
/
+17
*
perf hists browser: Rename perf_evsel_browser_title to a more descriptive name
Arnaldo Carvalho de Melo
2018-04-03
1
-5
/
+3
*
perf version: Add man page
Jin Yao
2018-04-02
1
-0
/
+24
*
perf tools: Add 'perf -vv' as an alias to 'perf version --build-options'
Jin Yao
2018-04-02
2
-0
/
+7
*
perf version: Print the compiled-in status of libraries
Jin Yao
2018-04-02
1
-1
/
+81
*
perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORT
Jin Yao
2018-04-02
2
-2
/
+2
*
perf config: Add some new -DHAVE_XXX to CFLAGS
Jin Yao
2018-04-02
1
-0
/
+6
*
perf trace: Show only failing syscalls
Arnaldo Carvalho de Melo
2018-04-02
2
-3
/
+9
*
perf tools: Add a "dso_size" sort order
Kim Phillips
2018-04-02
5
-0
/
+48
*
perf vendor events s390: Add JSON files for IBM z14
Thomas Richter
2018-03-27
4
-0
/
+469
*
perf vendor events s390: Add JSON files for IBM z13
Thomas Richter
2018-03-27
4
-0
/
+511
*
perf vendor events s390: Add JSON files for IBM zEC12 zBC12
Thomas Richter
2018-03-27
4
-0
/
+385
*
perf vendor events s390: Add JSON files for IBM z196
Thomas Richter
2018-03-27
4
-0
/
+319
*
perf vendor events s390: Add JSON files for IBM z10EC z10BC
Thomas Richter
2018-03-27
4
-0
/
+284
*
perf mmap: Be consistent when checking for an unmaped ring buffer
Arnaldo Carvalho de Melo
2018-03-27
1
-1
/
+12
*
perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()
Kan Liang
2018-03-27
1
-0
/
+6
*
perf build: Fix check-headers.sh opts assignment
Jiri Olsa
2018-03-27
1
-0
/
+1
*
perf annotate: Use absolute addresses to calculate jump target offsets
Arnaldo Carvalho de Melo
2018-03-23
1
-3
/
+2
*
perf annotate: Defer searching for comma in raw line till it is needed
Arnaldo Carvalho de Melo
2018-03-23
1
-1
/
+2
*
perf annotate: Support jumping from one function to another
Arnaldo Carvalho de Melo
2018-03-23
2
-7
/
+22
*
perf annotate: Add "_local" to jump/offset validation routines
Arnaldo Carvalho de Melo
2018-03-23
3
-9
/
+16
*
perf python: Reference Py_None before returning it
Petr Machata
2018-03-23
1
-1
/
+3
*
perf annotate: Mark jumps to outher functions with the call arrow
Arnaldo Carvalho de Melo
2018-03-21
2
-3
/
+53
*
perf annotate: Pass function descriptor to its instruction parsing routines
Arnaldo Carvalho de Melo
2018-03-21
3
-16
/
+21
*
perf annotate: No need to calculate notes->start twice
Arnaldo Carvalho de Melo
2018-03-21
1
-5
/
+4
*
perf annotate browser: Add 'P' hotkey to dump annotation to file
Arnaldo Carvalho de Melo
2018-03-21
3
-0
/
+37
*
perf report: Introduce --ignore-vmlinux command line option
Arnaldo Carvalho de Melo
2018-03-21
2
-0
/
+5
*
perf annotate: Introduce --ignore-vmlinux command line option
Arnaldo Carvalho de Melo
2018-03-21
2
-0
/
+5
*
perf annotate: Add function header to --stdio2
Arnaldo Carvalho de Melo
2018-03-21
1
-0
/
+8
*
perf annotate: Use the default annotation options for --stdio2
Arnaldo Carvalho de Melo
2018-03-21
1
-3
/
+1
*
perf annotate: Move the default annotate options to the library
Arnaldo Carvalho de Melo
2018-03-21
8
-69
/
+72
*
perf annotate: Introduce the --stdio2 output mode
Arnaldo Carvalho de Melo
2018-03-21
4
-7
/
+115
*
perf annotate: Introduce annotation_line__filter()
Arnaldo Carvalho de Melo
2018-03-20
2
-12
/
+11
*
perf annotate: Use a ops table for annotation_line__write()
Arnaldo Carvalho de Melo
2018-03-20
3
-42
/
+53
*
perf annotate: Finish the generalization of annotate_browser__write()
Arnaldo Carvalho de Melo
2018-03-20
3
-96
/
+127
*
perf annotate: Introduce annotation_line__print_start() out of TUI code
Arnaldo Carvalho de Melo
2018-03-20
3
-61
/
+101
*
perf ui browser: Add vprintf() method
Arnaldo Carvalho de Melo
2018-03-20
2
-1
/
+8
*
perf annotate: Introduce annotation_line__max_percent()
Arnaldo Carvalho de Melo
2018-03-20
3
-6
/
+18
*
perf annotate: Introduce symbol__annotate2 method
Arnaldo Carvalho de Melo
2018-03-20
3
-27
/
+44
*
perf annotate: Introduce init_column_widths() method out of TUI code
Arnaldo Carvalho de Melo
2018-03-20
3
-13
/
+19
*
perf annotate: Move update_column_widths() to the generic lib
Arnaldo Carvalho de Melo
2018-03-20
3
-13
/
+14
*
perf annotate: Move the column widths from the TUI to generic lib
Arnaldo Carvalho de Melo
2018-03-20
2
-26
/
+26
*
perf annotate: Introduce set_offsets() method out of TUI code
Arnaldo Carvalho de Melo
2018-03-20
3
-22
/
+33
*
perf annotate: Move nr_{asm_}entries to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-12
/
+13
*
perf annotate: Move 'start' to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-3
/
+3
*
perf annotate: Nuke struct browser_line
Arnaldo Carvalho de Melo
2018-03-20
2
-46
/
+22
*
perf annotate: Move mark_jump_targets from the TUI to the annotation library
Arnaldo Carvalho de Melo
2018-03-20
3
-51
/
+51
*
perf annotate: Move nr_jumps to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-9
/
+5
*
perf annotate: Move jumps_percent_color to ui_browser
Arnaldo Carvalho de Melo
2018-03-20
1
-10
/
+8
*
perf annotate: Move max_jump_sources to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
2
-5
/
+7
[next]