summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-10perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier1-4/+123
2019-06-10perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGYArnaldo Carvalho de Melo1-7/+22
2019-06-10perf tools: Apply new CPU topology sysfs attributesKan Liang2-3/+13
2019-06-10perf header: Rename "sibling cores" to "sibling sockets"Kan Liang2-2/+2
2019-06-10perf stat: Support per-die aggregationKan Liang8-18/+177
2019-06-10perf header: Add die information in CPU topologyKan Liang6-13/+172
2019-06-10perf cpumap: Retrieve die id informationKan Liang2-0/+8
2019-06-10perf cs-etm: Add support for CPU-wide trace scenariosMathieu Poirier1-8/+246
2019-06-10perf cs-etm: Add notion of time to decoding codeMathieu Poirier3-4/+143
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier3-6/+56
2019-06-10perf cs-etm: Add support for multiple traceID queuesMathieu Poirier2-24/+110
2019-06-10perf cs-etm: Use traceID aware memory callback APIMathieu Poirier3-22/+36
2019-06-10perf cs-etm: Move tid/pid to traceid_queueMathieu Poirier1-18/+26
2019-06-10perf cs-etm: Move thread to traceid_queueMathieu Poirier1-7/+10
2019-06-10perf cs-etm: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier1-6/+1
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier3-145/+234
2019-06-10perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier1-54/+54
2019-06-10perf cs-etm: Move packet queue out of decoder structureMathieu Poirier4-111/+144
2019-06-10perf cs-etm: Refactor error path in cs_etm_decoder__new()Mathieu Poirier1-5/+3
2019-06-10perf cs-etm: Add handling of switch-CPU-wide eventsMathieu Poirier1-0/+38
2019-06-10perf cs-etm: Add handling of itrace start eventsMathieu Poirier1-0/+26
2019-06-10perf cs-etm: Configure SWITCH_EVENTS in CPU-wide modeMathieu Poirier1-0/+3
2019-06-10perf cs-etm: Configure timestamp generation in CPU-wide modeMathieu Poirier1-0/+57
2019-06-10perf cs-etm: Configure contextID tracing in CPU-wide modeMathieu Poirier2-19/+119
2019-06-10perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()Jiri Olsa1-3/+0
2019-06-10perf record: Add support to collect callchains from kernel or user space onlyyuzhoujian4-0/+21
2019-06-10perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo1-2/+6
2019-06-10perf trace: Exit when failing to build eBPF programLeo Yan1-1/+6
2019-06-05perf trace: Associate more argument names with the filename beautifierArnaldo Carvalho de Melo1-5/+5
2019-06-05perf trace: Consume the augmented_raw_syscalls payloadArnaldo Carvalho de Melo1-1/+10
2019-06-05perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa1-2/+2
2019-06-05perf augmented_raw_syscalls: Move reading filename to the loopArnaldo Carvalho de Melo1-8/+4
2019-06-05perf augmented_raw_syscalls: Change helper to consider just the augmented_fil...Arnaldo Carvalho de Melo1-13/+33
2019-06-05perf augmented_raw_syscalls: Move the probe_read_str to a separate functionArnaldo Carvalho de Melo1-9/+18
2019-06-05perf augmented_raw_syscalls: Tell which args are filenames and how many bytes...Arnaldo Carvalho de Melo2-168/+95
2019-06-05perf scripts python: exported-sql-viewer.py: Select find text when find bar i...Adrian Hunter1-0/+1
2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to Call TreeAdrian Hunter1-13/+56
2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to Call Grap...Adrian Hunter1-13/+56
2019-06-05perf scripts python: exported-sql-viewer.py: Add CallGraphModelParamsAdrian Hunter1-32/+41
2019-06-05perf scripts python: exported-sql-viewer.py: Add IPC information to the Branc...Adrian Hunter1-19/+83
2019-06-05perf scripts python: export-to-postgresql.py: Export IPC informationAdrian Hunter1-12/+24
2019-06-05perf scripts python: export-to-sqlite.py: Export IPC informationAdrian Hunter1-12/+24
2019-06-05perf db-export: Export IPC informationAdrian Hunter1-2/+6
2019-06-05perf db-export: Add brief documentationAdrian Hunter1-0/+41
2019-06-05perf thread-stack: Accumulate IPC informationAdrian Hunter2-0/+18
2019-06-05perf intel-pt: Document IPC usageAdrian Hunter1-0/+30
2019-06-05perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packetsAdrian Hunter1-0/+51
2019-06-05perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ipAdrian Hunter1-6/+17
2019-06-05perf intel-pt: Record when decoding PSB+ packetsAdrian Hunter1-10/+31
2019-06-05perf script: Add output of IPC ratioAdrian Hunter2-2/+26