summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2021-03-06perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim
2021-03-06perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim
2021-03-06perf test: Fix a memory leak in thread_map_remove testNamhyung Kim
2021-03-06perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim
2021-03-06perf test: Fix cpu and thread map leaks in switch_tracking testNamhyung Kim
2021-03-06perf test: Fix cpu and thread map leaks in keep_tracking testNamhyung Kim
2021-03-06perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim
2021-03-06perf test: Fix cpu and thread map leaks in sw_clock_freq testNamhyung Kim
2021-03-06perf test: Fix cpu and thread map leaks in task_exit testNamhyung Kim
2021-03-06perf test: Fix a memory leak in attr testNamhyung Kim
2021-03-06perf test: Fix cpu and thread map leaks in basic mmap testNamhyung Kim
2021-03-06perf tools: Fix event's PMU name parsingJiri Olsa
2021-03-06perf daemon: Fix running test for non root userJiri Olsa
2021-03-06perf daemon: Fix control fifo permissionsJiri Olsa
2021-03-06perf build: Fix ccache usage in $(CC) when generating arch errno tableAntonio Terceiro
2021-03-06perf tools: Fix documentation of verbose optionsIan Rogers
2021-03-06perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev
2021-03-06perf diff: Don't crash on freeing errno-session on the error pathDmitry Safonov
2021-03-06perf tools: Clean 'generated' directory used for creating the syscall table o...Andreas Wendleder
2021-03-06perf build: Move feature cleanup under tools/buildJiri Olsa
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois
2021-03-06perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo
2021-02-22Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2021-02-18perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser
2021-02-18perf buildid-cache: Add test for 16-byte build-idNicholas Fraser
2021-02-18perf symbol: Remove redundant libbfd checksNicholas Fraser
2021-02-18perf test: Output the sub testing result in cs-etmLeo Yan
2021-02-18perf test: Suppress logs in cs-etm testingLeo Yan
2021-02-18perf tools: Fix arm64 build error with gcc-11Jianlin Lv
2021-02-18perf intel-pt: Add documentation for tracing virtual machinesAdrian Hunter
2021-02-18perf intel-pt: Split VM-Entry and VM-Exit branchesAdrian Hunter
2021-02-18perf intel-pt: Adjust sample flags for VM-ExitAdrian Hunter
2021-02-18perf intel-pt: Allow for a guest kernel address filterAdrian Hunter
2021-02-18perf intel-pt: Support decoding of guest kernelAdrian Hunter
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter
2021-02-18perf intel-pt: Amend decoder to track the NR flagAdrian Hunter
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter
2021-02-18perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter
2021-02-18perf test: Fix unaligned access in sample parsing testNamhyung Kim
2021-02-18perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter
2021-02-18perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter
2021-02-18perf intel-pt: Fix premature IPCAdrian Hunter
2021-02-18perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter
2021-02-18perf unwind: Set userdata for all __report_module() pathsDave Rigby
2021-02-18perf record: Fix continue profiling after draining the bufferYang Jihong