summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2019-03-19perf maps: Purge all maps from the 'names' treeChangbin Du
2019-03-19perf map: Remove map from 'names' tree in __maps__remove()Changbin Du
2019-03-19perf hist: Add missing map__put() in error caseChangbin Du
2019-03-19perf top: Fix error handling in cmd_top()Changbin Du
2019-03-19perf top: Delete the evlist before perf_session, fixing heap-use-after-free i...Changbin Du
2019-03-19perf build-id: Fix memory leak in print_sdt_events()Changbin Du
2019-03-19perf config: Fix a memory leak in collect_config()Changbin Du
2019-03-19perf config: Fix an error in the config template documentationChangbin Du
2019-03-19perf tools: Fix errors under optimization level '-Og'Changbin Du
2019-03-19perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du
2019-03-19perf tools: Add doc about how to build perf with Asan and UBSanChangbin Du
2019-03-19perf vendor events: Remove P8 HW events which are not supportedMamatha Inamdar
2019-03-19perf stat: Improve scalingAndi Kleen
2019-03-19perf stat: Fix --no-scaleAndi Kleen
2019-03-19perf script: Support relative timeAndi Kleen
2019-03-19perf report: Indicate JITed code better in reportAndi Kleen
2019-03-19perf report: Show all sort keys in help outputAndi Kleen
2019-03-19perf record: Clarify help for --switch-outputAndi Kleen
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen
2019-03-19perf list: Filter metrics tooAndi Kleen
2019-03-11perf tools report: Add custom scripts to script menuAndi Kleen
2019-03-11perf ui browser: Fix ui popup argv browser for many entriesAndi Kleen
2019-03-11perf script: Add array bound checking to list_scriptsAndi Kleen
2019-03-11perf tools: Add some new tips describing the new optionsAndi Kleen
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen
2019-03-11perf report: Support running scripts for current time rangeAndi Kleen
2019-03-11perf report: Support time sort keyAndi Kleen
2019-03-11perf script: Filter COMM/FORK/.. events by CPUAndi Kleen
2019-03-11perf tools: Update x86's syscall_64.tbl, no change in tools/perf behaviourArnaldo Carvalho de Melo
2019-03-11perf script python: Add printdate function to SQL exportersTony Jones
2019-03-11perf script python: Add Python3 support to export-to-sqlite.pyTony Jones
2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones
2019-03-11perf script python: Add Python3 support to exported-sql-viewer.pyTony Jones
2019-03-11perf report: Use less for scripts outputAndi Kleen
2019-03-11perf session: Add process callback to reader objectJiri Olsa
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa
2019-03-11perf data: Make perf_data__size() work over directoryJiri Olsa
2019-03-11perf data: Add perf_data__update_dir() functionJiri Olsa
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa
2019-03-11perf data: Support having perf.data stored as a directoryJiri Olsa
2019-03-11perf vendor events amd: perf PMU events for AMD Family 17hMartin Liška
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter
2019-03-11perf report: Parse time quantumAndi Kleen
2019-03-11perf time-utils: Add utility function to print time stamps in nanosecondsAndi Kleen
2019-03-11perf report: Support output in nanosecondsAndi Kleen
2019-03-11perf script: Support insn output for normal samplesAndi Kleen
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-03-06perf data: Force perf_data__open|close zero data->file.pathJiri Olsa
2019-03-06perf session: Fix double free in perf_data__closeJiri Olsa