summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-08-19perf annotate-data: Add 'enum type_match_result'Namhyung Kim1-11/+25
2024-08-19perf annotate-data: Fix off-by-one in location range checkNamhyung Kim2-2/+2
2024-08-19perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim1-0/+3
2024-08-17Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo34-452/+1084
2024-08-17perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-08-17perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-08-16Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+4
2024-08-16Merge tag 'perf-tools-fixes-for-v6.11-2024-08-15' of git://git.kernel.org/pub...Linus Torvalds22-426/+814
2024-08-16tools build: Provide consistent build options for fixdepAlexander Gordeev1-1/+1
2024-08-15Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-2/+105
2024-08-15perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-08-15Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-0/+79
2024-08-15selftests: net: lib: kill PIDs before del netnsMatthieu Baerts (NGI0)1-0/+1
2024-08-15selftest: af_unix: Fix kselftest compilation warningsAbhinav Jain1-1/+1
2024-08-15selftests: netfilter: add test for br_netfilter+conntrack+queue combinationFlorian Westphal2-0/+79
2024-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+30
2024-08-14perf test record.sh: Raise limit of open file descriptorsVeronika Molnarova1-1/+18
2024-08-14perf build: Fix up broken capstone feature detection fast pathArnaldo Carvalho de Melo1-4/+0
2024-08-14perf test: Add new test cases for the branch counter featureKan Liang1-5/+12
2024-08-14perf script: Add branch countersKan Liang2-8/+63
2024-08-14perf annotate: Display the branch counter histogramKan Liang6-9/+74
2024-08-14perf report: Display the branch counter histogramKan Liang8-18/+246
2024-08-14perf evsel: Assign abbr name for the branch counter eventsKan Liang2-1/+60
2024-08-14perf annotate: Save branch counters for each blockKan Liang10-22/+80
2024-08-14perf evlist: Save branch counters informationKan Liang4-6/+32
2024-08-14perf report: Remove the first overflow check for branch countersKan Liang1-2/+0
2024-08-14perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-08-14perf test annotate: Dump trapping test in trap handlerIan Rogers1-1/+2
2024-08-14perf disasm: Fix memory leak for locked operationsIan Rogers1-0/+1
2024-08-13perf inject: Inject build ids for entire call chainIan Rogers1-0/+31
2024-08-13perf callchain: Add a for_each callback style APIIan Rogers2-0/+41
2024-08-13perf test: Add test for Intel TPEBS counting modeWeilin Wang1-0/+19
2024-08-13perf Document: Add TPEBS (Timed PEBS(Precise Event-Based Sampling)) to DocumentsWeilin Wang2-0/+31
2024-08-13perf stat: Add command line option for enabling TPEBS recordingWeilin Wang2-0/+12
2024-08-13perf vendor events intel: Add MTL metric JSON filesWeilin Wang2-0/+2677
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire...Weilin Wang8-2/+564
2024-08-13KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj1-0/+28
2024-08-13Merge tag 'kvmarm-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-2/+2
2024-08-13selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song1-0/+54
2024-08-13perf data: Allow to use given fd in data->file.fdWeilin Wang1-1/+6
2024-08-13perf parse-events: Add a retirement latency modifierIan Rogers4-1/+6
2024-08-13perf session: Constify toolIan Rogers2-4/+4
2024-08-13perf tool: Remove perf_tool__fill_defaults()Ian Rogers3-96/+0
2024-08-13perf kwork: Use perf_tool__init()Ian Rogers1-6/+5
2024-08-13perf test event_update: Ensure tools is initializedIan Rogers1-0/+1
2024-08-13perf data convert ctf: Use perf_tool__init()Ian Rogers1-16/+14
2024-08-13perf data convert json: Use perf_tool__init()Ian Rogers1-23/+20
2024-08-13perf diff: Use perf_tool__init()Ian Rogers1-15/+13
2024-08-13perf timechart: Use perf_tool__init()Ian Rogers1-9/+8
2024-08-13perf mem: Use perf_tool__init()Ian Rogers1-16/+17