summaryrefslogtreecommitdiff
path: root/tools/perf/util/session.c
AgeCommit message (Expand)Author
2024-10-02tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey
2024-09-11perf env: Find correct branch counter info on hybridKan Liang
2024-08-30perf header: Remove repipe optionIan Rogers
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim
2024-08-12perf session: Constify toolIan Rogers
2024-08-12perf tool: Remove perf_tool__fill_defaults()Ian Rogers
2024-08-12perf tool: Move fill defaults into tool.cIan Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-08-12perf auxtrace: Remove dummy toolsIan Rogers
2024-08-12perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-08-08perf annotate: Cache debuginfo for data type profilingNamhyung Kim
2024-06-27perf report: Display pregress bar on redirected pipe dataNamhyung Kim
2024-06-15perf hist: Add symbol_conf.skip_emptyNamhyung Kim
2024-04-12perf dsos: Attempt to better abstract DSOs internalsIan Rogers
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers
2024-02-08perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter
2023-11-09perf machine thread: Remove exited threads by defaultIan Rogers
2023-11-09perf tools: Add branch counter knobKan Liang
2023-08-29perf tools: Convert to perf_record_header_attr_id()Namhyung Kim
2023-06-12perf machine: Make delete_threads part of machine__exitIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-04-10perf util: Move perf_guest/host declarationsIan Rogers
2023-03-15perf record: Record dropped sample countNamhyung Kim
2023-02-02perf session: Show branch speculation info in raw dumpSandipan Das
2023-02-01perf session: Avoid calling lseek(2) for pipeNamhyung Kim
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-11-03perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers
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