aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-22perf parse-events: Use automatic variable for flex inputIan Rogers1-3/+3
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' branch_type methodsArnaldo Carvalho de Melo4-6/+4
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methodsArnaldo Carvalho de Melo4-12/+12
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo6-15/+15
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' strerror methodsArnaldo Carvalho de Melo4-8/+7
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methodsArnaldo Carvalho de Melo7-34/+27
2020-06-22perf pmu: Improve CPU core PMU HW event list orderingJohn Garry1-0/+7
2020-06-22perf pmu: List kernel supplied event aliases for arm64John Garry1-1/+1
2020-06-22perf cs-etm: Allow no CoreSight sink to be specified on command lineMike Leach1-3/+3
2020-06-22perf expr: Add < and > operatorsIan Rogers3-1/+12
2020-06-22perf expr: Add d_ratio operationIan Rogers3-2/+15
2020-06-22perf script: Fixup some evsel/evlist method namesArnaldo Carvalho de Melo1-5/+5
2020-06-22perf tests: Add parse metric test for frontend metricJiri Olsa1-0/+25
2020-06-22perf tests: Add parse metric test for ipc metricJiri Olsa4-0/+151
2020-06-22perf tools: Add test_generic_metric functionJiri Olsa2-0/+17
2020-06-22perf tools: Release metric_events rblistJiri Olsa3-0/+21
2020-06-22perf tools: Factor out prepare_metric functionJiri Olsa1-19/+34
2020-06-22perf tools: Add metricgroup__parse_groups_test functionJiri Olsa2-0/+20
2020-06-22perf tools: Add map to parse_groups() functionJiri Olsa1-10/+13
2020-06-22perf tools: Add fake_pmu to parse_group() functionJiri Olsa1-2/+3
2020-06-22perf parse: Factor out parse_groups() functionJiri Olsa1-6/+16
2020-06-22perf tests: Add another metric parsing testJiri Olsa1-3/+114
2020-06-22perf pmu: Add a perf_pmu__fake object to use with __parse_events()Arnaldo Carvalho de Melo2-0/+4
2020-06-22perf parse: Provide a way to pass a fake_pmu to parse_events()Arnaldo Carvalho de Melo2-9/+17
2020-06-22perf tests: Factor check_parse_id functionJiri Olsa1-6/+14
2020-06-22perf tools: Add fake pmu supportJiri Olsa4-8/+50
2020-06-22perf annotate: Remove unneeded conversion to boolJason Yan1-1/+1
2020-06-22perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr1-3/+5
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld2-15/+0
2020-06-21Linux 5.8-rc2Linus Torvalds1-1/+1
2020-06-22samples: watch_queue: build sample program for target architectureMasahiro Yamada2-7/+5
2020-06-22Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"Masahiro Yamada1-11/+3
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini1-1/+1
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan1-1/+2
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'"Haibo Chen1-4/+3
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells4-2/+16
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-20powerpc/8xx: Provide ptep_get() with 16k pagesChristophe Leroy1-0/+10
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy3-2/+9
2020-06-20mm/gup: Use huge_ptep_get() in gup_hugepte()Christophe Leroy1-1/+1
2020-06-19MAINTAINERS: Add robert and myself as qcom i2c cci maintainersLoic Poulain1-0/+9
2020-06-19i2c: smbus: Fix spelling mistake in the commentsKeyur Patel1-1/+1
2020-06-19Documentation/i2c: SMBus start signal is S not ADaniel Schaefer1-1/+1
2020-06-19i2c: remove deprecated i2c_new_device APIWolfram Sang2-30/+3
2020-06-19Documentation: media: convert to use i2c_new_client_device()Wolfram Sang2-2/+2
2020-06-19video: backlight: tosa_lcd: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19x86/platform/intel-mid: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-06-19drm: encoder_slave: use new I2C APIWolfram Sang1-8/+2
2020-06-19drm: encoder_slave: fix refcouting error for modulesWolfram Sang1-2/+3
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12