aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/syscall-counts.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-20perf annotate browser: Suppress the callq addressArnaldo Carvalho de Melo2-2/+42
2012-04-20perf annotate browser: Bandaid offsets/jump label objdump ambiguityArnaldo Carvalho de Melo1-1/+9
2012-04-20perf annotate: Group operands membersArnaldo Carvalho de Melo3-46/+49
2012-04-19perf annotate: Add missing jump variantsArnaldo Carvalho de Melo1-0/+29
2012-04-19perf annotate browser: Use a vertical line as percentage separatorArnaldo Carvalho de Melo1-2/+4
2012-04-19perf annotate browser: Make lines more compactArnaldo Carvalho de Melo1-8/+9
2012-04-19perf annotate browser: Align jump labelsArnaldo Carvalho de Melo3-4/+25
2012-04-19perf annotate browser: Hide non jump target addresses in offset modeArnaldo Carvalho de Melo1-13/+58
2012-04-19perf symbols: Introduce symbol__size methodArnaldo Carvalho de Melo2-5/+10
2012-04-19perf annotate browser: Rename disasm_line_rb_nodeArnaldo Carvalho de Melo1-38/+38
2012-04-19perf annotate: Introduce scnprintf ins_ops methodArnaldo Carvalho de Melo3-2/+25
2012-04-18perf annotate: Parse call targets earlierArnaldo Carvalho de Melo3-6/+23
2012-04-18perf annotate: Disassembler instruction parsingArnaldo Carvalho de Melo3-16/+79
2012-04-16perf annotate browser: Use the disasm_line instruction name and operand fieldsArnaldo Carvalho de Melo1-19/+10
2012-04-16perf annotate: Parse instructionArnaldo Carvalho de Melo2-1/+67
2012-04-16perf annotate: Rename objdump_line to disasm_lineArnaldo Carvalho de Melo3-134/+128
2012-04-11perf record: Use sw counter only if hw pmu is not detectedRobert Richter1-1/+1
2012-04-11perf tools: Fix thread map that is type pid_tRobert Richter1-1/+1
2012-04-11perf stat: Declare some references staticRobert Richter1-13/+13
2012-04-11perf tools: Move GTK+ bits to tools/perf/ui/gtk directoryNamhyung Kim3-2/+2
2012-04-11perf tools: Move UI bits to tools/perf/ui directoryNamhyung Kim19-36/+36
2012-04-11perf annotate: Fix a build errorNamhyung Kim1-2/+2
2012-04-11perf tools: Fix parsers' rules to dependenciesJiri Olsa1-11/+8
2012-04-11tools: Connect to the kernel build systemBorislav Petkov2-0/+17
2012-04-11tools: Add a help targetBorislav Petkov1-0/+20