summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2020-142/+1029
|\
| * perf version: Fix segfault due to missing OPT_END()Ravi Bangoria2019-07-151-0/+1
| * perf vendor events s390: Add JSON files for machine type 8561Thomas Richter2019-07-125-0/+576
| * perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()YueHaibing2019-07-111-3/+7
| * perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_infoYueHaibing2019-07-111-1/+1
| * perf scripts python: export-to-postgresql.py: Export switch eventsAdrian Hunter2019-07-101-0/+51
| * perf scripts python: export-to-sqlite.py: Export switch eventsAdrian Hunter2019-07-101-0/+41
| * perf db-export: Export switch eventsAdrian Hunter2019-07-103-0/+138
| * perf db-export: Factor out db_export__threads()Adrian Hunter2019-07-101-34/+48
| * perf script: Add scripting operation process_switch()Adrian Hunter2019-07-102-1/+10
| * perf scripts python: exported-sql-viewer.py: Use new 'has_calls' columnAdrian Hunter2019-07-101-2/+8
| * perf scripts python: exported-sql-viewer.py: Remove redundant semi-colonsAdrian Hunter2019-07-101-12/+12
| * perf scripts python: export-to-postgresql.py: Add has_calls column to comms t...Adrian Hunter2019-07-101-0/+2
| * perf scripts python: export-to-sqlite.py: Add has_calls column to comms tableAdrian Hunter2019-07-101-0/+2
| * perf db-export: Also export thread's current commAdrian Hunter2019-07-101-0/+8
| * perf db-export: Factor out db_export__comm()Adrian Hunter2019-07-102-7/+25
| * perf scripts python: export-to-postgresql.py: Export comm detailsAdrian Hunter2019-07-101-5/+10
| * perf scripts python: export-to-sqlite.py: Export comm detailsAdrian Hunter2019-07-101-4/+7
| * perf db-export: Export comm detailsAdrian Hunter2019-07-103-4/+9
| * perf db-export: Fix a white space issue in db_export__sample()Adrian Hunter2019-07-101-1/+1
| * perf db-export: Move export__comm_thread into db_export__sample()Adrian Hunter2019-07-102-16/+22
| * perf db-export: Export comm before exporting threadAdrian Hunter2019-07-101-7/+6Star
| * perf db-export: Export main_thread in db_export__sample()Adrian Hunter2019-07-101-12/+18
| * perf db-export: Pass main_thread to db_export__thread()Adrian Hunter2019-07-102-22/+10Star
| * perf db-export: Rename db_export__comm() to db_export__exec_comm()Adrian Hunter2019-07-102-5/+21
| * perf db-export: Get rid of db_export__deferred()Adrian Hunter2019-07-103-65/+2Star
| * perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sakeArnaldo Carvalho de Melo2019-07-091-0/+10
| * perf test: Auto bump rlimit(MEMLOCK) for BPF test sakeArnaldo Carvalho de Melo2019-07-091-0/+6
| * perf tools: Introduce rlimit__bump_memlock() helperArnaldo Carvalho de Melo2019-07-093-0/+36
* | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-186-8/+35
|\ \ | |/ |/|
| * perf-probe: Add user memory access attribute supportMasami Hiramatsu2019-05-266-8/+35
* | perf intel-pt: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-8/+5Star
* | perf intel-bts: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-3/+2Star
* | perf script: Assume native_arch for pipe modeSong Liu2019-07-091-1/+2
* | perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
* | perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter2019-07-091-1/+1
* | perf hists browser: Fix potential NULL pointer dereference found by the smatc...Leo Yan2019-07-091-4/+11
* | perf cs-etm: Fix potential NULL pointer dereference found by the smatchLeo Yan2019-07-091-1/+1
* | perf parse-events: Remove unused variable: errorLuke Mujica2019-07-091-1/+0Star
* | perf parse-events: Remove unused variable 'i'Luke Mujica2019-07-091-1/+0Star
* | perf metricgroup: Add missing list_del_init() when flushing egroups listArnaldo Carvalho de Melo2019-07-091-0/+1
* | perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-0922-38/+38
* | perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-0933-99/+100
* | tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-09101-86/+108
* | perf tools: Move get_current_dir_name() cond prototype out of util.hArnaldo Carvalho de Melo2019-07-094-7/+12
* | perf namespaces: Move the conditional setns() prototype to namespaces.hArnaldo Carvalho de Melo2019-07-093-5/+7
* | perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo2019-07-0926-7/+35
* | perf evsel: perf_evsel__name(NULL) is valid, no need to check evselArnaldo Carvalho de Melo2019-07-092-2/+2
* | perf session: Fix potential NULL pointer dereference found by the smatch toolLeo Yan2019-07-091-0/+3
* | perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo2019-07-091-1/+1