summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-kvm.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-12perf kvm: Fix memory leak in cmd_kvm()Michalis Niarchos1-0/+2
2026-08-12perf kvm: Fix memory leak in process_sample_event()Michalis Niarchos1-1/+4
2026-07-03perf kvm: Fix a memory leak in the usage stringNamhyung Kim1-7/+8
2026-07-03perf kvm: Do not copy filename stringNamhyung Kim1-10/+4
2026-07-03perf kvm: Kill STRDUP_FAIL_EXIT()Namhyung Kim1-35/+19
2026-07-03perf kvm: Check kvm_need_default_arch_event() earlyNamhyung Kim1-10/+11
2026-07-03perf kvm: Factor out kvm_need_default_arch_event()Namhyung Kim1-6/+11
2026-06-30perf evlist: Add reference count checkingIan Rogers1-5/+5
2026-06-30perf evlist: Add reference countIan Rogers1-2/+2
2026-06-03perf tools: Include file offset and event type name in skip messagesArnaldo Carvalho de Melo1-3/+6
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers1-1/+1
2026-05-20perf kvm: Don't pass evsel with sampleIan Rogers1-11/+8
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers1-3/+2
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers1-4/+5
2026-02-03perf kvm: Wire up e_machineIan Rogers1-18/+27
2026-02-03perf kvm stat: Remove use of the arch directoryIan Rogers1-24/+13
2025-12-03perf kvm: Fix debug assertionIan Rogers1-1/+1
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm top" on IntelDapeng Mi1-1/+33
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm record" on IntelDapeng Mi1-10/+0
2025-10-02perf tools kvm: Fix the potential out of range memory access issueDapeng Mi1-5/+10
2025-10-02perf tools kvm: Add missed memory allocation check and freeDapeng Mi1-23/+58
2025-07-25perf session: Add accessor for session->header.envIan Rogers1-2/+2
2025-06-09perf target: Remove uid from targetIan Rogers1-2/+0
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers1-61/+0
2024-11-16perf header: Refactor get_cpuid to take a CPU for ARMIan Rogers1-1/+3
2024-10-22perf tools: Don't set attr.exclude_guest by defaultNamhyung Kim1-0/+1
2024-09-04libsubcmd: Don't free the usage stringAditya Gupta1-0/+3
2024-08-12perf kvm: Use perf_tool__init()Ian Rogers1-9/+6
2024-08-12perf tool: Constify tool pointersIan Rogers1-2/+2
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo1-3/+3
2023-04-10perf util: Move perf_guest/host declarationsIan Rogers1-0/+1
2023-03-21perf kvm: Delete histograms entries before exitingLeo Yan1-0/+3
2023-03-21perf kvm: Reference count 'struct kvm_info'Leo Yan1-2/+1
2023-03-15perf kvm: Add TUI mode for stat reportLeo Yan1-2/+107
2023-03-15perf kvm: Add dimensions for percentagesLeo Yan1-1/+97
2023-03-15perf kvm: Support printing attributions for dimensionsLeo Yan1-3/+94
2023-03-15perf kvm: Polish sorting keyLeo Yan1-19/+10
2023-03-15perf kvm: Use histograms list to replace cached listLeo Yan1-92/+93
2023-03-15perf kvm: Add dimensions for KVM event statisticsLeo Yan1-4/+228
2023-03-15perf kvm: Parse address location for samplesLeo Yan1-0/+5
2023-03-15perf kvm: Pass argument 'sample' to kvm_alloc_init_event()Leo Yan1-10/+13
2023-03-15perf kvm: Introduce histograms data structuresLeo Yan1-0/+18
2023-03-15perf kvm: Use macro to replace variable 'decode_str_len'Leo Yan1-5/+5
2023-03-15perf kvm: Use subtraction for comparison metricsLeo Yan1-3/+3
2023-03-15perf kvm: Move up metrics helpersLeo Yan1-36/+38
2023-03-15perf kvm: Add pointer to 'perf_kvm_stat' in kvm eventLeo Yan1-2/+4
2023-03-15perf kvm: Refactor overall statisticsLeo Yan1-12/+7
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-6/+6
2022-08-10perf kvm: Fix subcommand matching errorYang Jihong1-4/+4
2022-05-23perf kvm report: Add guest_code supportAdrian Hunter1-0/+2