summaryrefslogtreecommitdiffstats
path: root/tools/debugging/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-05perf parse-events: Fix another memory leaks found on parse_events()Ian Rogers1-0/+1
2020-05-05perf parse-events: Fix memory leaks found on parse_eventsIan Rogers1-1/+1
2020-05-05perf parse-events: Fix memory leaks found on parse_eventsIan Rogers1-0/+1
2020-05-05libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe2-1/+2
2020-05-05perf record: Move side band evlist setup to separate routineArnaldo Carvalho de Melo1-30/+41
2020-05-05perf record: Introduce --switch-output-eventArnaldo Carvalho de Melo2-4/+50
2020-05-05libsubcmd: Introduce OPT_CALLBACK_SET()Arnaldo Carvalho de Melo1-0/+2
2020-05-05perf evlist: Allow reusing the side band thread for more purposesArnaldo Carvalho de Melo2-0/+24
2020-05-05perf evlist: Move the sideband thread routines to separate objectArnaldo Carvalho de Melo3-117/+126
2020-05-05perf parse-events: Add parse_events_option() variant that creates evlistArnaldo Carvalho de Melo2-0/+24
2020-05-05perf bpf: Decouple creating the evlist from adding the SB eventArnaldo Carvalho de Melo6-29/+36
2020-05-05perf top: Move sb_evlist to 'struct perf_top'Arnaldo Carvalho de Melo2-5/+4
2020-05-05perf record: Move sb_evlist to 'struct record'Arnaldo Carvalho de Melo1-4/+4
2020-05-05perf tools: Move routines that probe for perf API features to separate fileArnaldo Carvalho de Melo11-158/+186