aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06perf cs-etm: Set sample flags for exception packetLeo Yan2-0/+259
2019-02-06perf cs-etm: Add traceID in packetLeo Yan2-0/+3
2019-02-06perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan3-12/+31
2019-02-06perf cs-etm: Add exception number in exception packetLeo Yan2-4/+17
2019-02-06perf cs-etm: Set sample flags for trace discontinuityLeo Yan1-0/+19
2019-02-06perf cs-etm: Set sample flags for instruction range packetLeo Yan3-2/+91
2019-02-06perf cs-etm: Add last instruction information in packetLeo Yan2-0/+12
2019-02-06perf tools: Add documentation for BPF event selectionChangbin Du2-0/+45
2019-02-06perf report: Move symbol annotation to the resort phaseJiri Olsa2-9/+19
2019-02-06perf evsel: Add output_resort_cb methodJiri Olsa2-2/+10
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa3-10/+11
2019-02-06perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo1-1/+1
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov4-1/+53