index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
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 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
2
-0
/
+33
*
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
2
-0
/
+66
*
perf annotate: Introduce the --stdio2 output mode
Arnaldo Carvalho de Melo
2018-03-21
2
-0
/
+97
*
perf annotate: Introduce annotation_line__filter()
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+4
*
perf annotate: Use a ops table for annotation_line__write()
Arnaldo Carvalho de Melo
2018-03-20
2
-28
/
+35
*
perf annotate: Finish the generalization of annotate_browser__write()
Arnaldo Carvalho de Melo
2018-03-20
2
-14
/
+112
*
perf annotate: Introduce annotation_line__print_start() out of TUI code
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+80
*
perf annotate: Introduce annotation_line__max_percent()
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+17
*
perf annotate: Introduce symbol__annotate2 method
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+43
*
perf annotate: Introduce init_column_widths() method out of TUI code
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+18
*
perf annotate: Move update_column_widths() to the generic lib
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+14
*
perf annotate: Move the column widths from the TUI to generic lib
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+7
*
perf annotate: Introduce set_offsets() method out of TUI code
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+31
*
perf annotate: Move nr_{asm_}entries to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+2
*
perf annotate: Move 'start' to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+1
*
perf annotate: Nuke struct browser_line
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+2
*
perf annotate: Move mark_jump_targets from the TUI to the annotation library
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+48
*
perf annotate: Move nr_jumps to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+1
*
perf annotate: Move max_jump_sources to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+1
*
perf annotate: Move pcnt_with() to the annotation library
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+5
*
perf annotate: Stop using a global config struct
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+1
*
perf annotate: Move nr_events from annotate_browser to annotation struct
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+1
*
perf annotate: Move compute_ipc() to annotation library
Arnaldo Carvalho de Melo
2018-03-20
2
-0
/
+62
*
perf annotate: Move annotation_line array from TUI to generic code
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+1
*
perf annotate tui: Move have_cycles to struct annotation
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+6
*
perf annotate: Move cycles/IPC formatting width constants outside TUI
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+3
*
perf annotate: Move annotation_options out of the TUI browser
Arnaldo Carvalho de Melo
2018-03-20
1
-0
/
+10
*
perf unwind: Report error from dwfl_attach_state
Martin Vuille
2018-03-20
1
-1
/
+2
*
perf probe: Use right type to access array elements
Masami Hiramatsu
2018-03-19
1
-8
/
+5
*
perf annotate: Use ops->target.name when available for unresolved call targets
Arnaldo Carvalho de Melo
2018-03-19
1
-0
/
+3
*
perf tools: Fix python extension build for gcc 8
Jiri Olsa
2018-03-19
1
-0
/
+2
*
perf tools: Fix snprint warnings for gcc 8
Jiri Olsa
2018-03-19
3
-4
/
+4
*
perf debug: Avoid setting 'quiet' to 'true' unnecessarily
Yisheng Xie
2018-03-16
1
-1
/
+0
*
perf mmap: Discard head in overwrite_rb_find_range()
Yisheng Xie
2018-03-16
1
-8
/
+7
*
perf report: Support forced leader feature in pipe mode
Jiri Olsa
2018-03-16
1
-1
/
+10
*
perf annotate: Use asprintf when formatting objdump command line
Arnaldo Carvalho de Melo
2018-03-16
1
-5
/
+12
*
perf machine: Fix mmap name setup
Jiri Olsa
2018-03-16
1
-15
/
+13
*
perf stat: Make function perf_stat_evsel_id_init static
Thomas Richter
2018-03-16
2
-3
/
+1
*
perf llvm: Display eBPF compiling command in debug output
Jiri Olsa
2018-03-16
1
-0
/
+14
*
perf unwind: Unwind with libdw doesn't take symfs into account
Martin Vuille
2018-03-16
1
-1
/
+1
*
perf tools: Add mem2node object
Jiri Olsa
2018-03-16
3
-0
/
+154
*
perf env: Free memory nodes data
Jiri Olsa
2018-03-16
1
-0
/
+4
*
perf tools: Add MEM_TOPOLOGY feature to perf data file
Jiri Olsa
2018-03-08
3
-0
/
+315
*
perf tools: Add refcnt into struct mem_info
Jiri Olsa
2018-03-08
4
-6
/
+41
*
perf report: Display perf.data header info
Jiri Olsa
2018-03-08
1
-1
/
+6
*
perf report: Fix the output for stdio events list
Jiri Olsa
2018-03-08
2
-4
/
+17
*
perf annotate: Fix s390 target function disassembly
Thomas Richter
2018-03-08
1
-1
/
+1
[prev]
[next]