summary refs log tree commit diff
path: root/tools/perf/util/session.c
AgeCommit message (Expand)Author
2022-10-04perf cpumap: Add range data encodingIan Rogers
2022-10-04perf branch: Extend branch type classificationAnshuman Khandual
2022-08-19perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter
2022-07-20perf session: Use sample->machine_pid to find guest machineAdrian Hunter
2022-07-20perf tools: Add guest_cpu to hypervisor threadsAdrian Hunter
2022-07-20perf session: Create guest machines from id_indexAdrian Hunter
2022-07-20perf tools: Add machine_pid and vcpu to id_indexAdrian Hunter
2022-07-20perf tools: Export perf_event__process_finished_round()Adrian Hunter
2022-06-23perf record: Add finished init eventAdrian Hunter
2022-05-23perf tools: Add guest_code supportAdrian Hunter
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter
2022-04-09perf session: Remap buf if there is no space for eventDenis Nikitin
2022-03-07perf session: Print branch stack entry type in --dump-raw-traceJames Clark
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev
2022-02-10perf session: Load data directory files for analysisAlexey Bayduraev
2022-02-06perf session: Check for NULL pointer before dereferenceAmeer Hamza
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-12-16perf arch: Support register names from all archsGerman Gomez
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-10-25perf session: Introduce reader EOF functionAlexey Bayduraev
2021-10-25perf session: Introduce reader return codesAlexey Bayduraev
2021-10-25perf session: Move the event read code to a separate functionAlexey Bayduraev
2021-10-25perf session: Move unmap code to reader__mmapAlexey Bayduraev
2021-10-25perf session: Move reader map code to a separate functionAlexey Bayduraev
2021-10-25perf session: Move init/release code to separate functionsAlexey Bayduraev
2021-10-25perf session: Introduce decompressor in reader objectAlexey Bayduraev
2021-10-25perf session: Move all state items to reader objectAlexey Bayduraev
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-10-14perf report: Output non-zero offset for decompressed recordsAlexey Bayduraev
2021-09-03perf session: Report collisions in AUX recordsSuzuki K Poulose
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-07-15perf session: Cleanup trace_eventRiccardo Mancini
2021-07-01perf session: Add missing evlist__delete when deleting a sessionRiccardo Mancini
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-06-11perf session: Correct buffer copying when peeking eventsLeo Yan
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter
2021-05-10perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev
2021-04-29perf session: Dump PERF_RECORD_TIME_CONV eventLeo Yan
2021-04-29perf session: Add swap operation for event TIME_CONVLeo Yan
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim
2021-03-26perf tools: Support pipeline stage cycles for powerpcAthira Rajeev
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter