Home
last modified time | relevance | path

Searched refs:disassembly (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/
Dreport_html.js940 let disassembly = collectDisassemblyForFunction(this.func);
941 if (disassembly) {
944 this.views.push(new DisassemblyView(this.div, disassembly, totalCount));
1647 constructor(divContainer, disassembly, totalCount) { argument
1650 this.disassembly = disassembly;
1662 for (let line of this.disassembly) {
Dreport_html.py346 self.disassembly = None
671 function.disassembly = code
728 if function.disassembly:
730 for code, addr in function.disassembly:
/system/extras/simpleperf/doc/
DREADME.md299 # Add source code and disassembly. Change the path of source_dirs if it not correct.
339 and disassembly annotation. It is the recommended way to show reports.
431 source code and disassembly (with line numbers) in the report. Below is an example.
440 # Report source code and disassembly. Disassembling all binaries is slow, so it's better to add
1090 report_html.py to generate annotated source code and disassembly.
1136 each function, annotated disassembly for each function.
1145 # Add disassembly.
1148 # Adding disassembly for all binaries can cost a lot of time. So we can choose to only add
1149 # disassembly for selected binaries.
1181 4. Annotated disassembly of that function. It only appears when there are binaries containing that