aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19perf record: Replace option --bpf-event with --no-bpf-eventSong Liu4-4/+4
2019-03-19perf tests: Fix a memory leak in test__perf_evsel__tp_sched_test()Changbin Du1-0/+1
2019-03-19perf tests: Fix memory leak by expr__find_other() in test__expr()Changbin Du1-1/+4
2019-03-19perf tests: Fix a memory leak of cpu_map object in the openat_syscall_event_on_all_cpus testChangbin Du1-1/+3
2019-03-19perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo1-0/+1
2019-03-19perf top: Fix global-buffer-overflow issueChangbin Du1-0/+2
2019-03-19perf maps: Purge all maps from the 'names' treeChangbin Du1-0/+15
2019-03-19perf map: Remove map from 'names' tree in __maps__remove()Changbin Du1-0/+3
2019-03-19perf hist: Add missing map__put() in error caseChangbin Du1-1/+3
2019-03-19perf top: Fix error handling in cmd_top()Changbin Du1-2/+3
2019-03-19perf top: Delete the evlist before perf_session, fixing heap-use-after-free issueChangbin Du1-23/+19
2019-03-19perf build-id: Fix memory leak in print_sdt_events()Changbin Du2-0/+2
2019-03-19perf config: Fix a memory leak in collect_config()Changbin Du1-2/+1
2019-03-19perf config: Fix an error in the config template documentationChangbin Du1-1/+1
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du4-4/+4
2019-03-19perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du1-0/+1
2019-03-19perf tools: Add doc about how to build perf with Asan and UBSanChangbin Du1-0/+24
2019-03-19perf vendor events: Remove P8 HW events which are not supportedMamatha Inamdar1-594/+0
2019-03-19perf stat: Improve scalingAndi Kleen1-1/+1
2019-03-19perf stat: Fix --no-scaleAndi Kleen4-14/+9
2019-03-19perf script: Support relative timeAndi Kleen2-2/+19
2019-03-19perf report: Indicate JITed code better in reportAndi Kleen1-18/+24
2019-03-19perf report: Show all sort keys in help outputAndi Kleen3-3/+56
2019-03-19perf record: Clarify help for --switch-outputAndi Kleen1-2/+2
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen4-8/+39
2019-03-19perf list: Filter metrics tooAndi Kleen1-1/+1
2019-03-11tools lib bpf: Fix the build by adding a missing stdarg.h includeArnaldo Carvalho de Melo1-0/+1
2019-03-11perf tools report: Add custom scripts to script menuAndi Kleen2-0/+28
2019-03-11perf ui browser: Fix ui popup argv browser for many entriesAndi Kleen2-6/+7
2019-03-11perf script: Add array bound checking to list_scriptsAndi Kleen3-4/+10
2019-03-11perf tools: Add some new tips describing the new optionsAndi Kleen1-0/+7
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen12-1/+226
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen4-40/+120
2019-03-11perf report: Support running scripts for current time rangeAndi Kleen1-11/+72
2019-03-11perf report: Support time sort keyAndi Kleen5-0/+55
2019-03-11perf script: Filter COMM/FORK/.. events by CPUAndi Kleen1-24/+47
2019-03-11tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo1-4/+5
2019-03-11tools headers uapi: Sync copy of asm-generic/unistd.h with the kernel sourcesArnaldo Carvalho de Melo2-33/+118
2019-03-11perf tools: Update x86's syscall_64.tbl, no change in tools/perf behaviourArnaldo Carvalho de Melo1-2/+4
2019-03-11perf script python: Add printdate function to SQL exportersTony Jones2-13/+19
2019-03-11perf script python: Add Python3 support to export-to-sqlite.pyTony Jones1-9/+14
2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones1-17/+41
2019-03-11perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones1-14/+28
2019-03-11perf report: Use less for scripts outputAndi Kleen1-113/+17
2019-03-11perf session: Add process callback to reader objectJiri Olsa1-4/+19
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa5-3/+59
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa2-5/+18
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa2-0/+21
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa1-1/+1
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa3-1/+58