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